]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/putwc.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / libio / putwc.c
index b441f2469948c7f785530fa41f96f57b5a4401bd..91e1b070417fd37cd844785531905104319e70b4 100644 (file)
@@ -19,9 +19,7 @@
 #include <wchar.h>
 
 wint_t
-putwc (wc, fp)
-     wchar_t wc;
-     _IO_FILE *fp;
+putwc (wchar_t wc, _IO_FILE *fp)
 {
   wint_t result;
   CHECK_FILE (fp, WEOF);