#include #include #include "list.h" List::List() { int i; head = NIL; free = 0; for(i=0;i