#include #include int main() { time_t now; now = time(0); printf("now = %lu\n", now ); return 0; }