X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstring%2Fmemcmp.c;h=3743f781d9b6d9341a17f782f550b0bff469c12f;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=6ed242712ba7a993fcc25802f4322392b5df59cf;hpb=b1fc26afebd4d557ff89a44bc21767a8704c3809;p=pdclib diff --git a/functions/string/memcmp.c b/functions/string/memcmp.c index 6ed2427..3743f78 100644 --- a/functions/string/memcmp.c +++ b/functions/string/memcmp.c @@ -27,7 +27,8 @@ int memcmp( const void * s1, const void * s2, size_t n ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) { @@ -38,4 +39,5 @@ int main( void ) TESTCASE( memcmp( xxxxx, abcde, 1 ) > 0 ); return 0; } + #endif