bindings-common-1.0: Support package for low-level FFI.Source codeContentsIndex
Bindings.C.Time
Description
http://www.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html
Documentation
type C'clock_t = Int32Source
type C'time_t = Int32Source
data C'tm Source
Constructors
C'tm
tm'tm_sec :: CInt
tm'tm_min :: CInt
tm'tm_hour :: CInt
tm'tm_mday :: CInt
tm'tm_mon :: CInt
tm'tm_year :: CInt
tm'tm_wday :: CInt
tm'tm_yday :: CInt
tm'tm_isdst :: CInt
show/hide Instances
c'CLOCKS_PER_SEC :: Num a => aSource
c'TIMER_ABSTIME :: Num a => aSource
c'clock :: IO C'clock_tSource
p'clock :: FunPtr (IO C'clock_t)Source
c'difftime :: C'time_t -> C'time_t -> IO CDoubleSource
c'gmtime :: Ptr C'time_t -> IO (Ptr C'tm)Source
p'difftime :: FunPtr (C'time_t -> C'time_t -> IO CDouble)Source
c'localtime :: Ptr C'time_t -> IO (Ptr C'tm)Source
p'gmtime :: FunPtr (Ptr C'time_t -> IO (Ptr C'tm))Source
c'mktime :: Ptr C'tm -> IO C'time_tSource
p'localtime :: FunPtr (Ptr C'time_t -> IO (Ptr C'tm))Source
p'mktime :: FunPtr (Ptr C'tm -> IO C'time_t)Source
c'strftime :: CString -> CSize -> CString -> Ptr C'tm -> IO CSizeSource
c'time :: Ptr C'time_t -> IO C'time_tSource
p'strftime :: FunPtr (CString -> CSize -> CString -> Ptr C'tm -> IO CSize)Source
p'time :: FunPtr (Ptr C'time_t -> IO C'time_t)Source
Produced by Haddock version 2.4.2