1420b96db6349d9fd52fe1a71e6dcded329be1b8
[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