/* CS270 - R6 * * Author: Your name here * Date: 2/12/2020 */ #include "struct.h" #include /********** FUNCTION DEFINITIONS **********************************************/ void readStudentAndEnroll(Student **slot) { } void displayStudent(Student s) { }