#include <faststack.h>
Data Fields | |
| stack_level * | above |
| stack_level * | below |
| void * | data |
|
|
Pointer to the level above this one. If NULL, then this level is the top of the stack. If above is non-NULL, this level *may* be the top, but all that can be guaranteed is that there are other allocated but potentially unused levels above this one. |
|
|
Pointer to the level below this one. If NULL, then this level is the bottom. |
|
|
Pointer to some data associated with this level. User is responsible for knowing what to cast the |
1.4.6