当前位置: 技术问答>linux和unix
UNIX/LINUX下如何取得精确到“毫秒级”的系统时间?
来源: 互联网 发布时间:2014-11-04
本文导语: UNIX/LINUX下如何取得精确到“毫秒级”的系统时间? | #include int gettimeofday(struct timeval *tv, struct timezone *tz);
UNIX/LINUX下如何取得精确到“毫秒级”的系统时间?
|
#include
int gettimeofday(struct timeval *tv, struct timezone *tz);
int gettimeofday(struct timeval *tv, struct timezone *tz);