#include <unistd.h> int usleep(useconds_t microseconds); DESCRIPTION The usleep() function suspends execution of the calling process until either the number ...
確定! 回上一頁