Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/prelude/Time/GetClockTime.gc
module Time ( getClockTime ) where import NHC.GreenCard import DClockTime %-#include <time.h> %fun getClockTime :: IO ClockTime %code c = time(0); %result (clockTime c)