]> pd.if.org Git - pdclib/blobdiff - functions/wchar/mbsinit.c
Comment reformatting for consistency.
[pdclib] / functions / wchar / mbsinit.c
index 145edd81983ab07b7ebd0360361ce1a8e53e156a..90c2c2fe9bfdf2eee332313b9f5ce1fbc129b1e4 100644 (file)
@@ -1,4 +1,4 @@
-/* mbsinit(mbstate_t *ps);\r
+/* mbsinit( mbstate_t * ps )\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
    Permission is granted to use, modify, and / or redistribute at will.\r
@@ -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