doubleUFO
0
Q:

sleep system function linux c++

#include <unistd.h>
 sleep(10);
0
#include <time.h>

int main(int argc, char const *argv[])
{
    sleep(10);	// wait for 10s

    return 0;
}
0

New to Communities?

Join the community