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

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

#include <stdio.h>
#include <varargs.h>
#undef vfprintf

int
vfprintf (file, format, ap)
     FILE *file;
     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.