1: /*	@(#)printf.c	2.1	SCCS id keyword	*/
   2: #include    <stdio.h>
   3: 
   4: printf(fmt, args)
   5: char *fmt;
   6: {
   7:     _doprnt(fmt, &args, stdout);
   8:     return(ferror(stdout)? EOF: 0);
   9: }

Defined functions

printf defined in line 4; used 3093 times
Last modified: 1981-07-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 823
Valid CSS Valid XHTML 1.0 Strict