linux系统调用之时间函数-CSDN博客

网站介绍:1.常用的时间函数man 2 中 time_t time(time_t *t);一个man 3 中 #include <time.h> char *asctime(const struct tm *tm); char *asctime_r(const struct tm *tm, char *buf); ...