Portability | non-portable (GHC Extensions) |
---|---|
Stability | internal |
Maintainer | cvs-ghc@haskell.org |
Safe Haskell | None |
GHC C strings definitions (previously in GHC.Base). Use GHC.Exts from the base package instead of importing this module directly.
Documentation
unpackCString# :: Addr# -> [Char]Source
unpackAppendCString# :: Addr# -> [Char] -> [Char]Source
unpackFoldrCString# :: Addr# -> (Char -> a -> a) -> a -> aSource
unpackCStringUtf8# :: Addr# -> [Char]Source
unpackNBytes# :: Addr# -> Int# -> [Char]Source