Annotation of 3BSD/libc/stdio/printf.c, revision 1.1.1.1

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

unix.superglobalmegacorp.com

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