]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/iovdprintf.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / libio / iovdprintf.c
index 116912a1aff4e533ea46dbc4bfdd39664769d7bc..f49ff5f931cee5cb99c9a2273ce9042d3238c748 100644 (file)
 #include <stdio_ext.h>
 
 int
-_IO_vdprintf (d, format, arg)
-     int d;
-     const char *format;
-     _IO_va_list arg;
+_IO_vdprintf (int d, const char *format, _IO_va_list arg)
 {
   struct _IO_FILE_plus tmpfil;
   struct _IO_wide_data wd;