This is vfprintf.c in view mode; [Download] [Up]
#include <stdio.h> #include <varargs.h> #include <ansidecl.h> #undef vfprintf int vfprintf (file, format, ap) FILE *file; const char *format; va_list ap; { return _doprnt (format, ap, file); }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.