redudanct files removed

This commit is contained in:
Medium Fries 2019-02-25 16:57:51 -08:00
parent d745d42a54
commit cff8d1405e
2 changed files with 0 additions and 9 deletions

View File

@ -1,8 +0,0 @@
int memcmp(const void* left, const void* right, const unsigned length) {
for(unsigned i=0;i<length;i++) {
if(left[i] != right[i]) {
return 1;
}
}
return 0;
}

View File

@ -1 +0,0 @@
int memcmp(const void* left, const void* right, const unsigned length);