* cp-tree.h (struct lang_decl_flags): Add comdat.
[official-gcc.git] / libiberty / vfprintf.c
blobce3fdf9c474538f0ed3e594793a3698fc025694f
1 #include <stdio.h>
2 #include <varargs.h>
3 #include <ansidecl.h>
4 #undef vfprintf
6 int
7 vfprintf (file, format, ap)
8 FILE *file;
9 const char *format;
10 va_list ap;
12 return _doprnt (format, ap, file);