bindings-mmap-0.1: bindings to mmap for Linux

Bindings.MMap

Description

Bindings for MMap on POSIX, wrapping: file:///usr/include/sys/mman.h

Documentation

c'mmap :: Ptr () -> CSize -> CInt -> CInt -> CInt -> COff -> IO (Ptr ())Source

p'mmap :: FunPtr (Ptr () -> CSize -> CInt -> CInt -> CInt -> COff -> IO (Ptr ()))Source