<tt>int getchar(void)</tt>




Document: The C Standard Library

next int fputc(int cFILE *stream)
up Input and Output: stdio.h
gif int fgetc(FILE *stream)

int getchar(void)

getchar() is equivalent to fgetc(stdin).



McMullin@eeng.dcu.ie
Fri Mar 29 14:35:38 GMT 1996