| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Simplex.Chat.Mobile.Shared
Documentation
type CJSONString = CString Source #
type JSONByteString = ByteString Source #
getByteString :: Ptr Word8 -> CInt -> IO ByteString Source #
putByteString :: Ptr Word8 -> ByteString -> IO () Source #
putLazyByteString :: Ptr Word8 -> ByteString -> IO () Source #
newCStringFromBS :: ByteString -> IO CString Source #
newCStringFromLazyBS :: ByteString -> IO CString Source #