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

Defined functions

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