#include int tmget(void) { int i; time_t tm; tm=time(NULL); i = tm/1; return i; }