X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fwchar%2Fwcrtomb.c;h=287ff1d82534033d571b4d39b6716693774b6858;hp=3fddc1fd6298fe15c38a389cd59e73c15c4d4642;hb=5d2d7d278a2fabd52a252676c6e5b1bb9be630c7;hpb=82c36ba715d2c440f21c501661abfeae0f507fab diff --git a/functions/wchar/wcrtomb.c b/functions/wchar/wcrtomb.c index 3fddc1f..287ff1d 100644 --- a/functions/wchar/wcrtomb.c +++ b/functions/wchar/wcrtomb.c @@ -1,7 +1,4 @@ -/* wcrtomb( - char *restrict s, - wchar_t wc, - mbstate_t *restrict ps); +/* wcrtomb( char * s, wchar_t wc, mbstate_t * ps ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will.