Code from in-class List ADT example

CSE 143
Summer 1998

Here's a simple IntStack ADT that uses dynamic memory. It should be simple to convert this ADT into a stack of just about any type of object.
cse143-webmaster@cs.washington.edu