module Bindings.C ( -- * @time.h@ -- | clock, difftime, mktime, time, asctime, ctime, gmtime, localtime, strftime, _CLOCKS_PER_SEC, Tm, -- * @sys/time.h@ Timeval, ) where import CFunctions import CTypes import CConstants