Function libc::msgsnd [] [src]

pub unsafe extern "C" fn msgsnd(
    msqid: c_int,
    msgp: *const c_void,
    msgsz: size_t,
    msgflg: c_int
) -> c_int
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io