#include #include int hs_getClockTime () { time_t c; c = time(0); return c; }