pub unsafe extern "C" fn queue_write_byte(
s: *mut queue_state_t,
byte: u8,
) -> c_intExpand description
Write a byte to a queue. \brief Write a byte to a queue. \param s The queue context. \param byte The byte to be written. \return the number of bytes actually written.