#include int sleepSeconds (int sec) { _sleep (sec); return 0; }