What is equivalent to getch in Unix C. I need a function to get keystroke and don't want to wait for the <ENTER> key. I tried getchar(), it waits for the <ENTER> key.
OS : AIX 4.2.1
compiler : cc to compile the program.
Include Files: stdio.h and stdlib.h.
If I use getch() the program won't compile.
Start Free Trial