diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-07-26 16:51:03 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-07-26 16:51:03 -0700 |
commit | 38c7278727cb3dd65d9e5dc98e69dd306b12c476 (patch) | |
tree | 616c527669fcab6828bcb71949e3ccd3f054c75d /terminal.h | |
parent | 2c702a302754c4eb4a4c2aeabd9e533b0efd2bde (diff) | |
parent | 6cd1ab5ac4004b9e9433c5d16a6ed7fa049cf767 (diff) |
Merge
Diffstat (limited to 'terminal.h')
-rw-r--r-- | terminal.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/terminal.h b/terminal.h new file mode 100644 index 0000000..08986c2 --- /dev/null +++ b/terminal.h @@ -0,0 +1,9 @@ +#ifndef TERMINAL_H_ +#define TERMINAL_H_ + +void init_terminal(); + +#define INPUT_PATH "/tmp/blastem_input" +#define OUTPUT_PATH "/tmp/blastem_output" + +#endif //TERMINAL_H_ |