simplex-chat-6.5.0.7
Safe HaskellNone
LanguageHaskell2010

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 #