Reputation: 4384
I have written a source code with a time delay.In unix I have used the
#include <unistd.h>
header file and usleep
function.
What is the equivalent to this on windows?
What library and function should I use if I write the same code on windows.
Upvotes: 1
Views: 4817