unix、linux系統盡量不要使用usleep和sleep而應該使用nanosleep,使用nanosleep應注意判斷返回值和錯誤代碼,否則容易造成cpu佔用率100%。 #include <stdio.h> # ...
確定! 回上一頁