]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wcsmbs/wmemset.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / wcsmbs / wmemset.c
index 1eb6b2bc4e0efd3cd66af245f8c0061379b33f53..f5a9b089c809b6e5636696ae5173fbba69badf74 100644 (file)
 #endif
 
 wchar_t *
-__wmemset (s, c, n)
-     wchar_t *s;
-     wchar_t c;
-     size_t n;
+__wmemset (wchar_t *s, wchar_t c, size_t n)
 {
   wchar_t *wp = s;