O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
Loading...
Searching...
No Matches
stack.h File Reference

Realtime LIFO buffer. More...

#include "o2s/deque.h"

Go to the source code of this file.

Typedefs

typedef deque_t o2s_stack_t
 A stack is Last In First Out.

Detailed Description

Realtime LIFO buffer.

Author
Antoine GAGNIERE

Definition in file stack.h.