摘要: #include <stdlib.h> #include <stdio.h> #include <time.h> static unsigned long GetTickCount(){ struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts); 阅读全文
posted @ 2020-09-02 11:26 cyssmile 阅读(307) 评论(0) 推荐(0) 编辑