linux打印一個精確到毫秒級的時間
#include <stdio.h> #include <time.h> #include <sys/time.h> #include <string.h> int main(int argc ,char *argv[]) { char buf[32] = {0}; struct timeval tv; struct tm tm; size_t len = 28; memset(&tv, 0, sizeof(tv)); memset(&tm, 0, sizeof(tm)); gettimeofday(&tv, NULL); localtime_r(&tv.tv_sec, &tm); strftime(buf, len, "%Y-%m-%d %H:%M:%S", &tm); len = strlen(buf); sprintf(buf + len, ".%-6.3d", (int)(tv.tv_usec/1000)); printf("%s\n", buf); return 0; }
(1條消息) linux打印一個精確到毫秒級的時間_u013206135的專欄-CSDN博客_linux打印時間毫秒
*博客內(nèi)容為網(wǎng)友個人發(fā)布,僅代表博主個人觀點,如有侵權(quán)請聯(lián)系工作人員刪除。
電接點壓力表相關(guān)文章:電接點壓力表原理