{-# LANGUAGE CPP, PackageImports #-}
#if __GLASGOW_HASKELL__ >= 701
{-# LANGUAGE Safe #-}
#endif
module Foreign.C.Types
(
CChar, CSChar, CUChar
, CShort, CUShort, CInt, CUInt
, CLong, CULong
, CPtrdiff, CSize, CWchar, CSigAtomic
, CLLong, CULLong
, CIntPtr, CUIntPtr
, CIntMax, CUIntMax
, CClock, CTime
, CFloat, CDouble
#ifdef HASKELL_REPORT
, CLDouble
#endif
, CFile, CFpos, CJmpBuf
) where
import "base" Foreign.C.Types