]> pd.if.org Git - pdclib/blobdiff - functions/string/strxfrm.c
Whitespace cleanups.
[pdclib] / functions / string / strxfrm.c
index 4f5e4a099bb1902f502b26dce62faa77ef1dce97..c16f1e0d0f3c839e03f9ecc5b618da974b6806be 100644 (file)
@@ -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