#include <stdbool.h>Defines | |
| #define | STACK_SIZE 100 | 
Functions | |
| void | make_empty (void) | 
| bool | is_empty (void) | 
Variables | |
| int | contents [STACK_SIZE] | 
| int | top = 0 | 
| #define STACK_SIZE 100 | 
Referenced by is_full().
| void make_empty | ( | void | ) | 
References top.
| int top = 0 | 
Referenced by is_empty(), is_full(), make_empty(), pop(), and push().
 1.6.1