Function multififo_front

Function Documentation

static inline void *multififo_front(const struct multififo *const fifo)

Get the first multi-FIFO item without removing it.

Parameters:

fifo – The multi-FIFO handle.

Returns:

Pointer to the first element, or NULL if no such element or an error occurred.