/* File Name : dispmsg.c Course Number : ISYS 290 04 Student Name : Jason Gradziel Student Number : 826-135-535 Professors Name : Brian Perry Class Name : Wednesday 9:55 - 12:35 Lab Title : */ #include void dispmsg(char* name) { printf("\nHello %s\n", name); }