103
Exercise #9: Stack Functions
Implement the stack function
void StackPush(int)
Assume the stack,
stackObject
, is defined as
stackRep
stackObject
;