Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Foreign.LibFFI.FFITypes
Description
The pointers exported and used by the C libffi describing basic ffi types.
Documentation
ffi_type_void :: Ptr CType Source #
ffi_type_sint8 :: Ptr CType Source #
ffi_type_uint8 :: Ptr CType Source #
ffi_type_uint16 :: Ptr CType Source #
ffi_type_sint16 :: Ptr CType Source #
ffi_type_uint32 :: Ptr CType Source #
ffi_type_sint32 :: Ptr CType Source #
ffi_type_uint64 :: Ptr CType Source #
ffi_type_sint64 :: Ptr CType Source #
ffi_type_float :: Ptr CType Source #
ffi_type_double :: Ptr CType Source #
ffi_type_pointer :: Ptr CType Source #
ffi_type_uchar :: Ptr CType Source #
ffi_type_schar :: Ptr CType Source #
ffi_type_wchar :: Ptr CType Source #
ffi_type_size :: Ptr CType Source #
ffi_type_time :: Ptr CType Source #
ffi_type_uint :: Ptr CType Source #
ffi_type_sint :: Ptr CType Source #
ffi_type_ulong :: Ptr CType Source #
ffi_type_slong :: Ptr CType Source #
ffi_type_hs_int :: Ptr CType Source #
ffi_type_hs_word :: Ptr CType Source #