6 int main(int argc, char **argv)
8 printf("sizeof timespec: %d\n", sizeof(struct timespec));
9 printf("sizeof itimerspec: %d\n", sizeof(struct itimerspec));
10 printf("sizeof timeval: %d\n", sizeof(struct timeval));
11 printf("sizeof timezone: %d\n", sizeof(struct timezone));