|
|
BSD 3.0
#include <stdio.h>
fprintf(iop, fmt, args)
FILE *iop;
char *fmt;
{
_doprnt(fmt, &args, iop);
return(ferror(iop)? EOF: 0);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.