Add cast to exception_none
[deliverable/binutils-gdb.git] / libiberty / vfprintf.c
index 18f09d47d324771a38b8b78b2ba5bb8dcf777388..9bd3ed555d070d02e8c79f402c5d7d9fac352943 100644 (file)
@@ -4,19 +4,12 @@
  */
 
 #include "ansidecl.h"
-#ifdef ANSI_PROTOTYPES
 #include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
 #include <stdio.h>
 #undef vfprintf
 
 int
-vfprintf (stream, format, ap)
-  FILE * stream;
-  const char * format;
-  va_list ap;
+vfprintf (FILE *stream, const char *format, va_list ap)
 {
   return _doprnt (format, ap, stream);
 }
This page took 0.024118 seconds and 4 git commands to generate.