]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/iofgets.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / libio / iofgets.c
index f001b623f626e090adf195504689c39c30bd950c..5fcb8763ca7de2465ac5fc034a547db4980f8463 100644 (file)
 #include <stdio.h>
 
 char *
-_IO_fgets (buf, n, fp)
-     char *buf;
-     int n;
-     _IO_FILE *fp;
+_IO_fgets (char *buf, int n, _IO_FILE *fp)
 {
   _IO_size_t count;
   char *result;