Sophie

Sophie

distrib > Mandriva > 9.2 > i586 > by-pkgid > cb5625aca3e4def202f3617de4d26932 > files > 36

c2hs-0.9.9-2mdk.i586.rpm

-- (c) The FFI task force, [2000..2001]
--
-- Bundles the C specific FFI library functionality

module CForeign ( 
  module CTypes,
  module CTypesISO,
  module CError,
  module CString
) where

import CTypes
import CTypesISO
import CError
import CString