Annotation of 40BSD/libc/stdio/fprintf.c, revision 1.1

1.1     ! root        1: #include       <stdio.h>
        !             2: 
        !             3: fprintf(iop, fmt, args)
        !             4: FILE *iop;
        !             5: char *fmt;
        !             6: {
        !             7:        _doprnt(fmt, &args, iop);
        !             8:        return(ferror(iop)? EOF: 0);
        !             9: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.