X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstring%2Fstrxfrm.c;h=c16f1e0d0f3c839e03f9ecc5b618da974b6806be;hb=18dee35aba1ae0fcdecb0cd11d4f3c1a0d94b51e;hp=4f5e4a099bb1902f502b26dce62faa77ef1dce97;hpb=c3a9288707c2071ac38666bb23e1face3d2efa0c;p=pdclib diff --git a/functions/string/strxfrm.c b/functions/string/strxfrm.c index 4f5e4a0..c16f1e0 100644 --- a/functions/string/strxfrm.c +++ b/functions/string/strxfrm.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strxfrm( char *, const char *, size_t ) This file is part of the Public Domain C Library (PDCLib). @@ -28,7 +26,8 @@ size_t strxfrm( char * _PDCLIB_restrict s1, const char * _PDCLIB_restrict s2, si #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) { @@ -45,5 +44,5 @@ int main( void ) TESTCASE( s[10] == '\0' ); return TEST_RESULTS; } -#endif +#endif