aboutsummaryrefslogtreecommitdiffstats
path: root/OLD/csci4061/091420_breakout/name.c
diff options
context:
space:
mode:
Diffstat (limited to 'OLD/csci4061/091420_breakout/name.c')
-rw-r--r--OLD/csci4061/091420_breakout/name.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/OLD/csci4061/091420_breakout/name.c b/OLD/csci4061/091420_breakout/name.c
deleted file mode 100644
index 97c2a9d..0000000
--- a/OLD/csci4061/091420_breakout/name.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "include/main.h"
-#include "include/name.h"
-
-void getName(char * name) {
- printf("Enter your name: ");
- fgets(name, maxLen, stdin);
- fflush(stdin);
-} \ No newline at end of file