#include <time.h>typedef long time_t;
The type time_t is a long type that represents the time in number of seconds since UTC 1/1/70, negative values indicate time before UTC 1/1/70.
mktime, asctime