SyntaxFix
Write A Post
Hire A Developer
Questions
For Windows:
#include "windows.h" Sleep(10);
For Unix:
#include <unistd.h> usleep(10)