comparison terminal.h @ 794:792be135d3af

Spawn a terminal for the debugger when needed if we are not already attached to one
author Michael Pavone <pavone@retrodev.com>
date Sun, 26 Jul 2015 01:11:04 -0700
parents
children 0433fdd9ba66
comparison
equal deleted inserted replaced
793:9aff36a172b2 794:792be135d3af
1 #ifndef TERMINAL_H_
2 #define TERMINAL_H_
3
4 void init_terminal();
5
6 #define INPUT_PATH "/tmp/blastem_input"
7 #define OUTPUT_PATH "/tmp/blastem_output"
8
9 #endif //TERMINAL_H_