rustmax::libc

Function msgsnd

Source
pub unsafe extern "C" fn msgsnd(
    msqid: i32,
    msgp: *const c_void,
    msgsz: usize,
    msgflg: i32,
) -> i32