]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wcsmbs/wctob.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / wcsmbs / wctob.c
index 035f045ea037406f2eec8f241fc4e650cf38943b..08d6a42c8e5ca8f50a19a009acf5e6fa898f70db 100644 (file)
@@ -27,8 +27,7 @@
 
 
 int
-wctob (c)
-     wint_t c;
+wctob (wint_t c)
 {
   unsigned char buf[MB_LEN_MAX];
   struct __gconv_step_data data;