Forum Discussion
Altera_Forum
Honored Contributor
19 years agokbhit() for NIOS terminal
I need an implementation of kbhit() for the nios terminal in eclipse. I found the following example # include <termios.h> int kbhit(void) { struct termios term, oterm; ...
Altera_Forum
Honored Contributor
14 years agofcntl() should be supported, non-blocking operations (including getch()) certainly are.