#include #include int main() { printf("sizeof time_t is %d bytes\n", (int)sizeof(time_t)); return 0; }