/sys$common/syshlp/helplib.hlb CC, Run-time functions, mprotect *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Modifies access protections of memory mapping. Syntax: #include <mman.h> int mprotect (void *addr, size_t len, int prot);
|