next up previous contents
Next: System Quality Assurance and Test Strategy Up: stack.pl Previous: stack.pl

size_stack

# Arguments: $Data_Size$ : number of elements in one stack item
#            @Stack     : the stack
#            
# Return Values: $Size$ : # of items on the stack
# Description: Given a stack, return the size of the stack.