X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fwchar%2Fwcrtomb.c;h=79a1433d564756ecbb15912925a9a4475d0c5ec3;hp=0372471957d557a7246f9c360df89cbba15b7f43;hb=14bc57c5c4d93263e08fe50e67eb61815cd0592f;hpb=84f522b0a2fe01d976da2905a74e47b28edf99e1 diff --git a/functions/wchar/wcrtomb.c b/functions/wchar/wcrtomb.c index 0372471..79a1433 100644 --- a/functions/wchar/wcrtomb.c +++ b/functions/wchar/wcrtomb.c @@ -16,7 +16,7 @@ #include <_PDCLIB_encoding.h> #include <_PDCLIB_locale.h> -size_t wcrtomb_l( +static size_t wcrtomb_l( char *restrict s, wchar_t wc, mbstate_t *restrict ps,