X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fwchar%2Fwcscpy.c;h=f52041ffbc6f3877fc507b139d6fd0ce27e7828b;hp=02394ee51c9402c59fb431eee63de2092c5b8825;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=5fd032eae66fba700cb9927840222b068c62361e diff --git a/functions/wchar/wcscpy.c b/functions/wchar/wcscpy.c index 02394ee..f52041f 100644 --- a/functions/wchar/wcscpy.c +++ b/functions/wchar/wcscpy.c @@ -1,4 +1,4 @@ -/* wchar_t * wcscpy( wchar_t restrict *, const wchar_t restrict * ); +/* wchar_t * wcscpy( wchar_t *, const wchar_t * ); This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. @@ -23,7 +23,7 @@ wchar_t *wcscpy( wchar_t * _PDCLIB_restrict dest, #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {