mmap ( addr len prot flags fd offset -- void* )


Vocabulary
unix.ffi

Inputs
addran object
lenan object
protan object
flagsan object
fdan object
offsetan object


Outputs
void*an object


Definition


LIBRARY: libc FUNCTION: void* mmap
( void* addr, size_t len, int prot, int flags, int fd, off_t
offset )