|
|
1.1 root 1: #include <stdio.h>
2: #include <varargs.h>
3: #include <ansidecl.h>
4: #undef vfprintf
5:
6: int
7: vfprintf (file, format, ap)
8: FILE *file;
9: const char *format;
10: va_list ap;
11: {
12: return _doprnt (format, ap, file);
13: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.