redudanct files removed
This commit is contained in:
parent
d745d42a54
commit
cff8d1405e
@ -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;
|
|
||||||
}
|
|
@ -1 +0,0 @@
|
|||||||
int memcmp(const void* left, const void* right, const unsigned length);
|
|
Loading…
Reference in New Issue
Block a user