aboutsummaryrefslogtreecommitdiffstats
path: root/csci4061/091420_breakout/major.c
diff options
context:
space:
mode:
Diffstat (limited to 'csci4061/091420_breakout/major.c')
-rw-r--r--csci4061/091420_breakout/major.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/csci4061/091420_breakout/major.c b/csci4061/091420_breakout/major.c
deleted file mode 100644
index cfc9cef..0000000
--- a/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