Linux微秒级延时函数

1-导入头文件

 #include 

2-函数原型

int usleep(useconds_t usec); 

你可能感兴趣的:(C/C++,C语言,延时函数)