sleep

sleep -- 実行を遅延させる

説明

void sleep(int seconds);

sleep 関数は、seconds で与えられた秒数分 プログラムの実行を遅延させます。

usleep も参照のこと。