X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fuchar%2Fc16rtomb.c;h=f78c0d868e064d06cc546e586a22701380402791;hp=ac8c6295cab69bc474549c1c54eb313caedba826;hb=5d2d7d278a2fabd52a252676c6e5b1bb9be630c7;hpb=82c36ba715d2c440f21c501661abfeae0f507fab diff --git a/functions/uchar/c16rtomb.c b/functions/uchar/c16rtomb.c index ac8c629..f78c0d8 100644 --- a/functions/uchar/c16rtomb.c +++ b/functions/uchar/c16rtomb.c @@ -1,7 +1,4 @@ -/* c16rtomb( - char *restrict s, - char16_t c16, - mbstate_t *restrict ps); +/* c16rtomb( char *, char16_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.