Wrote behavior of Backspace key during line input in text grid windows.
[rodin/chimara.git] / src / abort.h
1 #ifndef ABORT_H
2 #define ABORT_H
3
4 void check_for_abort();
5 void signal_abort();
6
7 #endif
8