This website requires JavaScript.
Explore
Help
Register
Sign In
Olive
/
getch_c
Watch
1
Star
0
Fork
You've already forked getch_c
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ddebc53f98
getch_c
/
getch.h
9 lines
92 B
C
Raw
Blame
History
#
ifndef GETCH_H
#
define GETCH_H
int
_getch
(
void
)
;
int
_ungetch
(
int
ch
)
;
#
endif
//GETCH_H
Reference in New Issue
View Git Blame
Copy Permalink