]> pd.if.org Git - pdclib/blobdiff - functions/wchar/wcrtomb.c
Local helpers made static, silencing compiler warnings.
[pdclib] / functions / wchar / wcrtomb.c
index 0372471957d557a7246f9c360df89cbba15b7f43..79a1433d564756ecbb15912925a9a4475d0c5ec3 100644 (file)
@@ -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,