Keyboard Interrupt

how to use Keyboard Interrupt in C? (like kbhit() in DOS)

See my reply to your serial question below. You’ll be wanting to use
tcsetattr to put yourself into non-canonical mode. In fact, the
documentation for tcsetattr has an example of how to do this.

cheers,

Kris

“eu” <scaraqnx@yahoo.com.br> wrote in message
news:ap1aga$gvn$1@inn.qnx.com

how to use Keyboard Interrupt in C? (like kbhit() in DOS)