]> pd.if.org Git - pdclib/blobdiff - functions/string/strrchr.c
System includes -> local includes.
[pdclib] / functions / string / strrchr.c
index 527065baaab25f612d3674c5998071a6bbd16230..b8a83f0bd74fc04886cb46c8191da6c46990f28e 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* strrchr( const char *, int c )
+/* strrchr( const char *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
@@ -27,7 +25,7 @@ char * strrchr( const char * s, int c )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {