Copyright | (c) 2019 Edward Kmett |
---|---|
License | BSD-2-Clause OR Apache-2.0 |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | Trustworthy |
Language | Haskell2010 |
Documentation
packACString :: forall s. ACString s => s -> IO ByteString Source #
packACStringLen :: forall s. ACString s => (s, Int) -> IO ByteString Source #
useAsConstCString :: forall a. ByteString -> (ConstCString -> IO a) -> IO a Source #
useAsConstCStringLen :: forall a. ByteString -> (ConstCStringLen -> IO a) -> IO a Source #