linux高精度struct timespec 和 struct timeval
摘要:一、struct timespec 定义: typedef long time_t;#ifndef _TIMESPEC#define _TIMESPECstruct timespec {time_t tv_sec; // seconds long tv_nsec; // and nanosecond
阅读全文
posted @ 2017-12-06 08:55