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: }

Defined functions

printf defined in line 3; used 1874 times
Last modified: 1979-01-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 599
Valid CSS Valid XHTML 1.0 Strict