From 7a73162607544204032aa66cce755daf21edebda Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 24 May 2022 11:18:46 -0500 Subject: Graduate Signed-off-by: Matt Strapp --- OLD/csci4061/091420_breakout/major.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 OLD/csci4061/091420_breakout/major.c (limited to 'OLD/csci4061/091420_breakout/major.c') diff --git a/OLD/csci4061/091420_breakout/major.c b/OLD/csci4061/091420_breakout/major.c deleted file mode 100644 index cfc9cef..0000000 --- a/OLD/csci4061/091420_breakout/major.c +++ /dev/null @@ -1,15 +0,0 @@ -#include "include/main.h" -#include "include/major.h" - -/* - * Write getMajor function - * void getMajor(char * major); - * Prints a prompt "Enter your major: " to get an major, - * Reads in the user's major - */ - -void getMajor(char * major) { - printf("Enter your major: "); - fgets(major, maxLen, stdin); - fflush(stdin); -} \ No newline at end of file -- cgit v1.2.3