Keyboard Interrupt

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

Hi,
Look at tcischars() function. If you’d try a search at qdn.public.qnxrtp.*
newgroups by google, I’m sure you get a lot of solutions.
Best regards,
Eduard.

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

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

Sorry, I forgot to mention:
Like kbhit() in DOS, tcischars() has nothing to do with keyboard’s
interrupt. But I think you also don’t want to work with interrupt service
routines.
Cheers,
Eduard.
“ed1k” <ed1k@nobody.fools.ca> wrote in message
news:ap3utc$hi8$1@inn.qnx.com

Hi,
Look at tcischars() function. I