X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fwchar%2Fwcsncpy.c;h=570946461b1952ba508781f52c820945f6520f34;hp=6d0e4d284a748d5884eb45701af4188c7e81901d;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=14b5b78e19a79f590233caee7848e7cb19084088 diff --git a/functions/wchar/wcsncpy.c b/functions/wchar/wcsncpy.c index 6d0e4d2..5709464 100644 --- a/functions/wchar/wcsncpy.c +++ b/functions/wchar/wcsncpy.c @@ -1,4 +1,4 @@ -/* wchar_t * wcsncpy( wchar_t restrict *, const wchar_t restrict * , size_t ); +/* wchar_t * wcsncpy( wchar_t *, const wchar_t * , size_t ); This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. @@ -33,7 +33,7 @@ wchar_t *wcsncpy( wchar_t * _PDCLIB_restrict s1, #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {