C语言等待一秒,延时函数sleep()

世界杯球童 2025-05-10 06:19:28 7319

https://blog.csdn.net/zhengchaoqiang/article/details/78867445

使用sleep()函数将程序阻塞,头文件在windows系统和linux系统下是不一样的

windows Sleep() #include 参数为毫秒

linux sleep() 函数原型 #include

参数为秒

站点统计