sleep(3): sleep for specified number of seconds - Linux man page

sleep(3): sleep for specified number of seconds - Linux man page

瀏覽:1236
日期:2025-05-16
sleep() makes the calling thread sleep until seconds seconds have elapsed or a signal arrives ... #include unsigned int sleep(unsigned int seconds); ......看更多