1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
* |
next we pop the contents of the stack, and show that the correct sequence of integers is produced |
|||||||||||||||||||
* |
||||||||||||||||||||
* |
||||||||||||||||||||
" http://www.cs.ualberta.ca/~tony/C201/Examples/Stack"to see the example program |
||||||||||||||||||||
int |
||||||||||||||||||||
![]() |
||||||||||||||||||||
int |
int |
int* |
||||||||||||||||||
typedef struct stack_struct* Stack;
|
||||||||||||||||||||
March 1, 1999 |
Page 15 |
C201/TAM |