]> pd.if.org Git - pdclib/blobdiff - functions/wchar/wcsncpy.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / wchar / wcsncpy.c
index 6d0e4d284a748d5884eb45701af4188c7e81901d..570946461b1952ba508781f52c820945f6520f34 100644 (file)
@@ -1,4 +1,4 @@
-/* wchar_t * wcsncpy( wchar_t restrict *, const wchar_t restrict * , size_t );\r
+/* wchar_t * wcsncpy( wchar_t *, const wchar_t * , size_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
@@ -33,7 +33,7 @@ wchar_t *wcsncpy( wchar_t * _PDCLIB_restrict s1,
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r