]> pd.if.org Git - pdclib/blobdiff - functions/string/strxfrm.c
Whitespace cleanups.
[pdclib] / functions / string / strxfrm.c
index 1d9e77762b78a53a8dd07a9e1b0c0f082d74eb0b..c16f1e0d0f3c839e03f9ecc5b618da974b6806be 100644 (file)
@@ -26,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 )
 {
@@ -43,5 +44,5 @@ int main( void )
     TESTCASE( s[10] == '\0' );
     return TEST_RESULTS;
 }
-#endif
 
+#endif