Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

shm_open

Function shm_open 

Source
pub unsafe extern "C" fn shm_open(
    name: *const c_char,
    oflag: c_int,
    mode: mode_t,
) -> c_int