getch.h
Head file for getch.c.
Get a character from the stdin, put it into a buffer (which has a size
of BUFSIZE).
#define BUFSIZE 100
int getch(void);
int fgetch(FILE *);
void ungetch(int);
Created: Nov 26, 1994
Last Revised: Dec 6, 1994
© Copyright 1994 Wei-Chang Shann
- Back to the home page of
Wei-Chang Shann.
- Connect to the home page of
Department of Mathematics, National Central University,
Taiwan.
shann@math.ncu.edu.tw