Linux应用层延迟函数

#include <unistd.h>
 
usleep延迟微秒
sleep延迟秒
原文地址:https://www.cnblogs.com/olivertian/p/14449390.html