]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/ioungetc.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / libio / ioungetc.c
index 85533991315b6ae26e827d21ee26f20d18208ea8..7f1fdafb3230cb78a6c48f00f1f62a91c5d07db1 100644 (file)
@@ -27,9 +27,7 @@
 #include "libioP.h"
 
 int
-_IO_ungetc (c, fp)
-     int c;
-     _IO_FILE *fp;
+_IO_ungetc (int c, _IO_FILE *fp)
 {
   int result;
   CHECK_FILE (fp, EOF);