Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Foreign.LibFFI.Internal
Description
The internals of the C library libffi
Documentation
type C_ffi_status = Word32 #
ffi_ok :: C_ffi_status #
sizeOf_cif :: Int #
sizeOf_ffi_type :: Int #
init_ffi_type :: Ptr CType -> Ptr (Ptr CType) -> IO () #
ffi_type_size_and_alignment :: Ptr CType -> IO (CSize, CUShort) #
ffi_prep_cif :: Ptr CIF -> C_ffi_abi -> CUInt -> Ptr CType -> Ptr (Ptr CType) -> IO C_ffi_status #