Function libc::shmat [] [src]

pub unsafe extern "C" fn shmat(
    shmid: c_int,
    shmaddr: *const c_void,
    shmflg: c_int
) -> *mut c_void
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io