AliBahar
Member level 2

Hi
as you know if we use getchar() function it waits for typing char by keyboard.
in my requirement the compiler must return to code and perform the next command line if there is no character typed with keyboard.
so after specified delay time the subsequent command must be performed if if there is no typed character .
any suggestion
as you know if we use getchar() function it waits for typing char by keyboard.
in my requirement the compiler must return to code and perform the next command line if there is no character typed with keyboard.
so after specified delay time the subsequent command must be performed if if there is no typed character .
any suggestion