Verbeterd interrupt mechanisme en afbreken van het Glk programma
[rodin/chimara.git] / src / abort.h
1 #ifndef ABORT_H
2 #define ABORT_H
3
4 void interrupt_init();
5 void interrupt_free();
6 void cleanup();
7 void check_for_abort();
8 void signal_abort();
9
10 #endif
11