aboutsummaryrefslogtreecommitdiffstats
path: root/csci4061/091420_breakout/include
diff options
context:
space:
mode:
authorRossTheRoss <mstrapp@protonmail.com>2021-01-17 12:57:21 -0600
committerRossTheRoss <mstrapp@protonmail.com>2021-01-17 12:57:21 -0600
commitdde37c31a72f4773e95faf8223ef450440bdb62c (patch)
treee238837d1d2f364b95483f6281960f9483078c1a /csci4061/091420_breakout/include
parentIDK (diff)
downloadhomework-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/include')
-rw-r--r--csci4061/091420_breakout/include/address.h6
-rw-r--r--csci4061/091420_breakout/include/main.h7
-rw-r--r--csci4061/091420_breakout/include/major.h6
-rw-r--r--csci4061/091420_breakout/include/name.h6
4 files changed, 0 insertions, 25 deletions
diff --git a/csci4061/091420_breakout/include/address.h b/csci4061/091420_breakout/include/address.h
deleted file mode 100644
index 97a4c03..0000000
--- a/csci4061/091420_breakout/include/address.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef INC_091420_BREAKOUT_ADDRESS_H
-#define INC_091420_BREAKOUT_ADDRESS_H
-
-void getAddress(char * address);
-
-#endif //INC_091420_BREAKOUT_ADDRESS_H
diff --git a/csci4061/091420_breakout/include/main.h b/csci4061/091420_breakout/include/main.h
deleted file mode 100644
index 6f7f6fe..0000000
--- a/csci4061/091420_breakout/include/main.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef INC_091420_BREAKOUT_MAIN_H
-#define INC_091420_BREAKOUT_MAIN_H
-
-#include <stdio.h>
-static const int maxLen = 100;
-
-#endif //INC_091420_BREAKOUT_MAIN_H
diff --git a/csci4061/091420_breakout/include/major.h b/csci4061/091420_breakout/include/major.h
deleted file mode 100644
index e649ea6..0000000
--- a/csci4061/091420_breakout/include/major.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef INC_091420_BREAKOUT_MAJOR_H
-#define INC_091420_BREAKOUT_MAJOR_H
-
-void getMajor(char * major);
-
-#endif //INC_091420_BREAKOUT_MAJOR_H
diff --git a/csci4061/091420_breakout/include/name.h b/csci4061/091420_breakout/include/name.h
deleted file mode 100644
index 2bb96aa..0000000
--- a/csci4061/091420_breakout/include/name.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef INC_091420_BREAKOUT_NAME_H
-#define INC_091420_BREAKOUT_NAME_H
-
-void getName(char * name);
-
-#endif //INC_091420_BREAKOUT_NAME_H