bindings-posix-1.2.7: Project bindings-* raw interface to Posix

Safe HaskellSafe
LanguageHaskell98

Bindings.Posix.Sys.Mman

Description

Documentation

c'mmap :: Ptr () -> CSize -> CInt -> CInt -> CInt -> C'off_t -> IO (Ptr ()) Source #

p'mmap :: FunPtr (Ptr () -> CSize -> CInt -> CInt -> CInt -> C'off_t -> IO (Ptr ())) Source #