X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fwchar%2Fwcscpy.c;h=5b18f99b5bcac3bb8ace7ed3586dd40a91495c2e;hb=c510d64eb2b5d70547b4d36f35ebd12809aabd32;hp=02394ee51c9402c59fb431eee63de2092c5b8825;hpb=219271fd548949abce8bd75c34dd42e519418fc4;p=pdclib diff --git a/functions/wchar/wcscpy.c b/functions/wchar/wcscpy.c index 02394ee..5b18f99 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.