#include <unistd.h> sleep(10);
#include <time.h> int main(int argc, char const *argv[]) { sleep(10); // wait for 10s return 0; }