#include <faststack.h>
Data Fields | |
| stack_lvl_t * | top |
| stack_lvl_t * | bottom |
| int | height |
malloc overhead.
|
|
The bottom of the stack. If this is NULL, the stack is empty. |
|
|
The current height of the stack, in terms of allocated and used levels. |
|
|
The top of the stack. If this is NULL, the stack is empty. |
1.4.6