#include "./test_functions.h" void print_instructor_name(char* name) { printf("\tthe instructor for this course is %s\n", name); }