]> pd.if.org Git - pdclib/blobdiff - functions/wchar/wcscpy.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / wchar / wcscpy.c
index 02394ee51c9402c59fb431eee63de2092c5b8825..f52041ffbc6f3877fc507b139d6fd0ce27e7828b 100644 (file)
@@ -1,4 +1,4 @@
-/* wchar_t * wcscpy( wchar_t restrict *, const wchar_t restrict * );\r
+/* wchar_t * wcscpy( wchar_t *, const wchar_t * );\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
    Permission is granted to use, modify, and / or redistribute at will.\r
@@ -23,7 +23,7 @@ wchar_t *wcscpy( wchar_t * _PDCLIB_restrict dest,
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r