module Bindings.C (

    -- * @time.h@

    -- | <http://www.cplusplus.com/reference/clibrary/ctime>

    clock,
    difftime,
    mktime,
    time,
    asctime,
    ctime,
    gmtime,
    localtime,
    strftime,
    _CLOCKS_PER_SEC,
    Tm,

    -- * @sys/time.h@

    Timeval,

 ) where
import CFunctions
import CTypes
import CConstants