usleep () 此後已棄用,隨後從POSIX中刪除;對於新代碼, nanosleep() 首選:. #include int nanosleep(const struct timespec *req, struct timespec *rem);.
確定! 回上一頁