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