Implemented the signals 'char-input', 'line-input', and 'text-buffer-output' on the...
[rodin/chimara.git] / libchimara / abort.h
1 #ifndef ABORT_H
2 #define ABORT_H
3
4 G_GNUC_INTERNAL void check_for_abort();
5
6 #endif
7