linux打印一個(gè)精確到毫秒級(jí)的時(shí)間
#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打印一個(gè)精確到毫秒級(jí)的時(shí)間_u013206135的專欄-CSDN博客_linux打印時(shí)間毫秒
*博客內(nèi)容為網(wǎng)友個(gè)人發(fā)布,僅代表博主個(gè)人觀點(diǎn),如有侵權(quán)請(qǐng)聯(lián)系工作人員刪除。
電接點(diǎn)壓力表相關(guān)文章:電接點(diǎn)壓力表原理