haskell2010-1.0.0.0: Foreign/C.hs
module Foreign.C (
-- | The module "Foreign.C" combines the interfaces of all
-- modules providing C-specific marshalling support, namely
module Foreign.C.Types
, module Foreign.C.String
, module Foreign.C.Error
) where
import "this" Foreign.C.Types
import "this" Foreign.C.String
import "this" Foreign.C.Error