Function rawfifo_enq

Function Documentation

size_t rawfifo_enq(struct rawfifo *fifo, const void *elts, size_t n_elts)

Adds N elements to the FIFO.

Parameters:
  • fifo – The FIFO handle.

  • elts – The elements to add.

  • n_elts – # elements to remove.

Returns:

# of elements added to the FIFO.