]> pd.if.org Git - pdclib/blobdiff - functions/string/strnlen.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / string / strnlen.c
index c5012e26a8b7649886b8063ede1d1c3f5d26f1d9..a4b5a9eadf134301a286bf4652b1e1537e5b5164 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */\r
-\r
 /* strnlen( const char *, size_t len )\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
@@ -24,7 +22,7 @@ size_t strnlen( const char * s, size_t maxlen )
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r