diff --git a/stl/stdlib.c b/stl/stdlib.c new file mode 100644 index 0000000..0c96a34 --- /dev/null +++ b/stl/stdlib.c @@ -0,0 +1,8 @@ +int memcmp(const void* left, const void* right, const unsigned length) { + for(unsigned i=0;i