aboutsummaryrefslogtreecommitdiffstats
path: root/csci4061/091420_breakout/include/main.h
diff options
context:
space:
mode:
authorMatthew Strapp <msattr@gmail.com>2020-09-15 13:16:09 -0500
committerMatthew Strapp <msattr@gmail.com>2020-09-15 13:16:09 -0500
commitccd82f53b74a1bac542d66eb7320fd2be5a9fd5a (patch)
tree35ae7abc6f9dcf44416511a1d4812263f34fab2d /csci4061/091420_breakout/include/main.h
parentadd gitignore (diff)
downloadhomework-ccd82f53b74a1bac542d66eb7320fd2be5a9fd5a.tar
homework-ccd82f53b74a1bac542d66eb7320fd2be5a9fd5a.tar.gz
homework-ccd82f53b74a1bac542d66eb7320fd2be5a9fd5a.tar.bz2
homework-ccd82f53b74a1bac542d66eb7320fd2be5a9fd5a.tar.lz
homework-ccd82f53b74a1bac542d66eb7320fd2be5a9fd5a.tar.xz
homework-ccd82f53b74a1bac542d66eb7320fd2be5a9fd5a.tar.zst
homework-ccd82f53b74a1bac542d66eb7320fd2be5a9fd5a.zip
add first breakout
Diffstat (limited to 'csci4061/091420_breakout/include/main.h')
-rw-r--r--csci4061/091420_breakout/include/main.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/csci4061/091420_breakout/include/main.h b/csci4061/091420_breakout/include/main.h
new file mode 100644
index 0000000..6f7f6fe
--- /dev/null
+++ b/csci4061/091420_breakout/include/main.h
@@ -0,0 +1,7 @@
+#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