This directory contains a version of the stack development with
the following components:

stack.h:    array-based stack data type
stack.c:    push() bugfixed.
test1.c:    first test case using CHECK_* macros
test2.c:    second test case using CHECK_* macros
test3.c:    third test case using CHECK_* macros
Makefile:   fully functional Makefile to compile and test test1..3
checker:    fully functional perl script
bool.h:     basic boolean type
check.h:    the CHECK_* macros

RESULT:     test1 passes. test2 and test3 now fails (negative progress?)
	    because now top() is broken having fixed push().
