ftp.nice.ch/pub/next/developer/nextsources/libg++.s.tar.gz#/libg++/libiberty/vprintf.c

This is vprintf.c in view mode; [Download] [Up]

#include <stdio.h>
#include <varargs.h>
#undef vprintf
int
vprintf (format, ap)
     char *format;
     va_list ap;
{
  return vfprintf (stdout, format, ap);
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.