1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
* |
this gives us the following set of functions: |
|||||||||||||
stack_create stack_push stack_empty stack_peek |
stack_destroy
stack_pop |
|||||||||||||
* |
note that all of these functions have been prefixed by "stack". This prevents the names from clashing with any other function names in our program
|
|||||||||||||
* |
||||||||||||||
* |
||||||||||||||
* |
||||||||||||||
March 1, 1999 |
Page 10 |
C201/TAM |