Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6433 → Rev 7133

/programs/develop/ktcc/trunk/libc/string/memcmp.c
10,6 → 10,8
return -1;
if (*(uc*)buf1>*(uc*)buf2)
return 1;
(uc*)buf1++;
(uc*)buf2++;
}
return 0;
}