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