Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/prelude/Time/GetClockTime_.p.c
#include <haskell2c.h> #include <time.h> int hs_getClockTime () { time_t c; c = time(0); return c; }