bindings-posix-1.2.5: Low level bindings to posix.

Safe HaskellSafe-Inferred

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