Function rawfifo_deq

Function Documentation

size_t rawfifo_deq(struct rawfifo *fifo, void *e, size_t n_elts)

Removes top N elements from the FIFO.

Parameters:
  • fifo – The FIFO handle.

  • e – The array to dequeue elements into.

  • n_elts – # elements to remove.

Returns:

# of elements removed from the FIFO.