Skip to main content

queue_contents

Function queue_contents 

Source
pub unsafe extern "C" fn queue_contents(
    s: *mut queue_state_t,
) -> c_int
Expand description

Check the contents of a queue. \brief Check the contents of a queue. \param s The queue context. \return The number of bytes in the queue.