#include <assert.h>
#include "spacedef.h"
#include "debug.h"
Go to the source code of this file.
Indicates if the stack is empty.
- Returns
- True if the stack is not empty.
Definition at line 30 of file stack.h.
Pops an element out of the stack.
- Parameters
-
[out] | N | the retrieved element. |
Definition at line 51 of file stack.h.
Value:
}\
unsigned long Uint
Unsigned int type.
#define REALLOC(V, S, T, N)
Resizes a block of memory and prints an error message if necessary.
Pushes a new item to the stack.
- Parameters
-
[in] | N | new item to add to the stack. |
Definition at line 37 of file stack.h.