b1ca3ab7c ^
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> #include <time.h> int main(void) { printf("%ld\n", sizeof(time_t)); return 0; }