VMS Help  —  CRTL  mprotect
    Modifies access protections of memory mapping. This function is
    reentrant.

    Format

      #include  <mman.h>

      int mprotect  (void *addr, size_t len, int prot);
Additional Information: explode extract
Arguments Description Return Values
Close Help