]> pd.if.org Git - pdclib/blobdiff - functions/wchar/mbsinit.c
Local helpers made static, silencing compiler warnings.
[pdclib] / functions / wchar / mbsinit.c
index 145edd81983ab07b7ebd0360361ce1a8e53e156a..07347112d243b7e8b0c2593456c0c1b8c93f3d23 100644 (file)
@@ -9,7 +9,7 @@
 #include <_PDCLIB_encoding.h>\r
 #include <_PDCLIB_locale.h>\r
 \r
-int _PDCLIB_mbsinit_l( const mbstate_t *ps, locale_t l )\r
+static int _PDCLIB_mbsinit_l( const mbstate_t *ps, locale_t l )\r
 {\r
     if( ps ) {\r
         return ps->_Surrogate == 0\r