i want to make some time counter that announce (call printf function) when the remaining time for the clock will get below 0
now the problem is, that im running also a menu with it so i need recieve input from the user to press some letter to activate some menu function.
and the getch() functon is stopping the program, so .. until the user won't press some letter , the remaining time in the counter won't update.
is there an input function that checks if there is an input for .. let's say .. 0.01 seconds and then resume the program?