#include<syswait.h>usleep(n) n微秒Sleep(n) n毫秒sleep(n) n秒#include <unistd.h>unsigned int sleep(unsigned int seconds);