[][src]Function nc::msgsnd

pub fn msgsnd(
    msqid: i32,
    msgq: usize,
    msgsz: size_t,
    msgflg: i32
) -> Result<(), Errno>

Append the message to a System V message queue.