#include <stdio.h> #include <time.h> #include <unistd.h> #define NS_PER_SECOND 1000000000LL #define TIMESPEC_TO_NS( aTime ) ...
確定! 回上一頁