/* CSE 333 Su12 Lecture 7 demo: include_problem/ll.h */
/* Gribble/Perkins */

typedef void *LinkedList;

// more definitions below