stack2.c File Reference

Functions

bool is_full (void)
void push (int i)
int pop (void)

Function Documentation

bool is_full ( void   ) 

References STACK_SIZE, and top.

Referenced by push().

int pop ( void   ) 

References contents, is_empty(), and top.

void push ( int  i  ) 

References contents, is_full(), and top.


Generated on Sun Oct 18 15:07:59 2009 for CS2023 Week 7 Examples by  doxygen 1.6.1