// R5 Programming Exercise - Source file // Author: ????? // Date: ????? // Class: CS270 // Email: ????? // Include files #include "R5.h" // Global variables Student *head = NULL; Student *tail = NULL; // ***** Implement functions in header file