Annotation of 42BSD/lib/libc/stdio/fprintf.c, revision 1.1.1.1

1.1       root        1: /* @(#)fprintf.c       4.1 (Berkeley) 12/21/80 */
                      2: #include       <stdio.h>
                      3: 
                      4: fprintf(iop, fmt, args)
                      5: FILE *iop;
                      6: char *fmt;
                      7: {
                      8:        _doprnt(fmt, &args, iop);
                      9:        return(ferror(iop)? EOF: 0);
                     10: }

unix.superglobalmegacorp.com

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