#include <unistd.h> int usleep(useconds_t usec); ... usleep() 関数は (少なくとも) usecマイクロ秒の間、 呼び出し元スレッドの実行を延期する。
確定! 回上一頁