 |
sleep function in Windows, using C - Stack Overflow
I need to sleep my program in Windows. What header file has the sleep function? ... #include Sleep( sometime_in_millisecs ); // note uppercase S This is the first result when googling for "msdn sleep", which I think you could have managed yourself.
stackoverflow.com |
 |