1: /*	@(#)getchar.c	2.1	SCCS id keyword	*/
   2: /*
   3:  * A subroutine version of the macro getchar.
   4:  */
   5: #include <stdio.h>
   6: 
   7: #undef getchar
   8: 
   9: getchar()
  10: {
  11:     return(getc(stdin));
  12: }

Defined functions

Last modified: 1981-07-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 545
Valid CSS Valid XHTML 1.0 Strict