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