]> pd.if.org Git - pdclib/blobdiff - functions/wchar/mbrtowc.c
Comment reformatting for consistency.
[pdclib] / functions / wchar / mbrtowc.c
index b2912ba691a0c29439de5fca8f951f4f36746224..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.