From cff8d1405e8b1b4120339f2115c39d48f299cbc4 Mon Sep 17 00:00:00 2001 From: Medium Fries Date: Mon, 25 Feb 2019 16:57:51 -0800 Subject: [PATCH] redudanct files removed --- stl/stdlib.c | 8 -------- stl/stdlib.h | 1 - 2 files changed, 9 deletions(-) delete mode 100644 stl/stdlib.c delete mode 100644 stl/stdlib.h diff --git a/stl/stdlib.c b/stl/stdlib.c deleted file mode 100644 index 0c96a34..0000000 --- a/stl/stdlib.c +++ /dev/null @@ -1,8 +0,0 @@ -int memcmp(const void* left, const void* right, const unsigned length) { - for(unsigned i=0;i