Skip to content
Snippets Groups Projects
Commit 2b27cf20 authored by deuce's avatar deuce
Browse files

Fix getche() macro.

parent 7b6b5b45
No related branches found
No related tags found
No related merge requests found
......@@ -255,7 +255,7 @@ void ciolib_settitle(const char *title);
#define cgets(a) ciolib_cgets(a)
#define kbhit() ciolib_kbhit()
#define getch() ciolib_getch()
#define getchr() ciolib_getche()
#define getche() ciolib_getche()
#define ungetch(a) ciolib_ungetch(a)
#define gettextinfo(a) ciolib_gettextinfo(a)
#define wherex() ciolib_wherex()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment