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