pub unsafe extern "C" fn queue_read_byte(
s: *mut queue_state_t,
) -> c_intExpand description
Read a byte from a queue. \brief Read a byte from a queue. \param s The queue context. \return the byte, or -1 if the queue is empty.
pub unsafe extern "C" fn queue_read_byte(
s: *mut queue_state_t,
) -> c_intRead a byte from a queue. \brief Read a byte from a queue. \param s The queue context. \return the byte, or -1 if the queue is empty.