]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/getwc.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / libio / getwc.c
index a6e8fd7e9792f958b81407e2254941090a6c0cb2..7b64533cfb06d2b3b4397bcd9e386d1d868d42d6 100644 (file)
@@ -31,8 +31,7 @@
 #undef _IO_getwc
 
 wint_t
-_IO_getwc (fp)
-     FILE *fp;
+_IO_getwc (FILE *fp)
 {
   wint_t result;
   CHECK_FILE (fp, WEOF);