Contents:
Defined in File fifo.h
Enqueue an element into the FIFO.
fifo – The FIFO handle.
e – The element to enqueue. Cannot be NULL.
status_t.