]> pd.if.org Git - pdclib/blobdiff - functions/string/strchr.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / string / strchr.c
index 19a29a80b9ab27ec5356752e6ce47cb022a325ed..8c6e8a42ffec9099a401ea11f79c5edb04d9dd80 100644 (file)
@@ -1,7 +1,3 @@
-/* $Id$ */
-
-/* Release $Name$ */
-
 /* strchr( const char *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -27,7 +23,7 @@ char * strchr( const char * s, int c )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {