]> pd.if.org Git - pdclib/blobdiff - functions/wchar/mbrtowc.c
Comment reformatting for consistency.
[pdclib] / functions / wchar / mbrtowc.c
index 91fefebc1cc063639ac796e91653f576ab017d60..56c16ab9fea9676193271344cf6fc672a84fd17d 100644 (file)
@@ -1,8 +1,4 @@
-/* mbrtowc(
-    wchar_t *restrict pwc, 
-    const char *restrict s, 
-    size_t n, 
-    mbstate_t *restrict ps);
+/* mbrtowc( wchar_t * pwc, const char * s, size_t n, mbstate_t * ps )
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
@@ -16,7 +12,7 @@
 #include <_PDCLIB_encoding.h>
 #include <_PDCLIB_locale.h>
 
-size_t mbrtowc_l(
+static size_t mbrtowc_l(
     wchar_t    *restrict    pwc, 
     const char *restrict    s, 
     size_t                  n,