diff options
author | RossTheRoss <mstrapp@protonmail.com> | 2021-01-17 12:57:21 -0600 |
---|---|---|
committer | RossTheRoss <mstrapp@protonmail.com> | 2021-01-17 12:57:21 -0600 |
commit | dde37c31a72f4773e95faf8223ef450440bdb62c (patch) | |
tree | e238837d1d2f364b95483f6281960f9483078c1a /csci4061/091420_breakout/name.c | |
parent | IDK (diff) | |
download | homework-dde37c31a72f4773e95faf8223ef450440bdb62c.tar homework-dde37c31a72f4773e95faf8223ef450440bdb62c.tar.gz homework-dde37c31a72f4773e95faf8223ef450440bdb62c.tar.bz2 homework-dde37c31a72f4773e95faf8223ef450440bdb62c.tar.lz homework-dde37c31a72f4773e95faf8223ef450440bdb62c.tar.xz homework-dde37c31a72f4773e95faf8223ef450440bdb62c.tar.zst homework-dde37c31a72f4773e95faf8223ef450440bdb62c.zip |
get rid of that trash
Diffstat (limited to 'csci4061/091420_breakout/name.c')
-rw-r--r-- | csci4061/091420_breakout/name.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/csci4061/091420_breakout/name.c b/csci4061/091420_breakout/name.c deleted file mode 100644 index 97c2a9d..0000000 --- a/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 |