Haskell Core Libraries (base package)ContentsIndex
Foreign.C.TypesISO
Portability portable
Stability provisional
Maintainer ffi@haskell.org
Description
A mapping of C types defined by the ISO C standard to corresponding Haskell types. Like CTypes, this is a cool hack...
Synopsis
newtype CPtrdiff = CPtrdiff Int32
newtype CSize = CSize Word32
newtype CWchar = CWchar Int32
newtype CSigAtomic = CSigAtomic Int32
newtype CClock = CClock Int32
newtype CTime = CTime Int32
data CFile
data CFpos
data CJmpBuf
Produced by Haddock version 0.6