/*
 * File:
 *   linkedlist.h
 * Author:
 *   Samuel A. Rebelsky
 *   The students of CSC195 2003S
 * Version:
 *   0.0 of March 2003
 * Summary:
 *   Declarations of key operations for a linked list data type.
 */

/*********************************************************************
 * Types *
 *********/
  
/*********************************************************************
 * Procedures *
 **************/
  
