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; ...