int usleep(useconds_t usec); from ( #include <unistd.h> ) suspends execution of the calling thread for (at least) usec microseconds.
確定! 回上一頁