X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fwchar%2Fwcsncpy.c;fp=functions%2Fwchar%2Fwcsncpy.c;h=5f4329f3f722edf9f614431ade021ec3a2b549db;hp=6d0e4d284a748d5884eb45701af4188c7e81901d;hb=5d2d7d278a2fabd52a252676c6e5b1bb9be630c7;hpb=82c36ba715d2c440f21c501661abfeae0f507fab diff --git a/functions/wchar/wcsncpy.c b/functions/wchar/wcsncpy.c index 6d0e4d2..5f4329f 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.