Function fifo_destroy

Function Documentation

void fifo_destroy(struct fifo *fifo)

Destroy a FIFO.

Any further use of the FIFO after this function is called is undefined.

Parameters:

fifo – The FIFO to destroy.