R-20 Simulator
|
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | DEBUG_LINE 10 |
#define | DEBUG_SIZE 10 |
Funktionen | |
void | debug_print (char *str) |
Debugging helper function to print one line outside the main screen. | |
void | exit_curses () |
Used to kill program during debugging. |
#define DEBUG_LINE 10 |
#define DEBUG_SIZE 10 |
void debug_print | ( | char * | str | ) |
Debugging helper function to print one line outside the main screen.
void exit_curses | ( | ) |
Used to kill program during debugging.