#include #include int main (void) { printf("%u\n", (unsigned int)sizeof(time_t)) ; return 0 ; }