00001 // AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*- 00002 00003 #ifndef terminate_h 00004 #define terminate_h 00005 00006 #include "std_macros.h" 00007 00008 // 00009 // INTERFACE definition follows 00010 // 00011 00012 00013 void set_exit_question(void (*eq)(void)); 00014 00015 FIASCO_NORETURN void terminate(int exit_value); 00016 00017 #endif // terminate_h