comparison main.h @ 1:08df60a01bc1

debug flag, handle input with signal
author John W. Eaton <jwe@octave.org>
date Mon, 20 May 2019 13:45:58 -0400
parents dff751fb985c
children b97ffa8e4019
comparison
equal deleted inserted replaced
0:dff751fb985c 1:08df60a01bc1
1 extern int tty_mode; 1 namespace calc
2 {
3 extern bool tty_mode;
4 extern bool debug_mode;
5 }