]> pd.if.org Git - pdclib/blobdiff - functions/string/strspn.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / string / strspn.c
index a546e94f45ce9cd6c0e74e5b828b3472eb314788..8869a846834607887a9c25bc50aef3f9baf2fc9c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strspn( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -37,7 +35,7 @@ size_t strspn( const char * s1, const char * s2 )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {