X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fuchar%2Fc32rtomb.c;h=3b32e52180a857f1b261738cc51818badd2047cd;hp=d9f016dc1e121a7ebd616e2ddcd84cbf19d80c1e;hb=5d2d7d278a2fabd52a252676c6e5b1bb9be630c7;hpb=82c36ba715d2c440f21c501661abfeae0f507fab diff --git a/functions/uchar/c32rtomb.c b/functions/uchar/c32rtomb.c index d9f016d..3b32e52 100644 --- a/functions/uchar/c32rtomb.c +++ b/functions/uchar/c32rtomb.c @@ -1,7 +1,4 @@ -/* c32rtomb( - char *restrict s, - char32_t c32, - mbstate_t *restrict ps); +/* c32rtomb( char *, char32_t, mbstate_t * ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will.