/* * File: * linkedlist.c * Author: * Samuel A. Rebelsky * The students of CSC195 2003S * Version: * 0.0 of March 2003 * Summary: * Implementations of key operations for a linked list data type. */ /********************************************************************* * Types * *********/ #include "linkedlist.h" /********************************************************************* * Types * *********/ /********************************************************************* * Procedures * **************/