/* ERS */ #include #include #include #ifndef SIGABRT #define SIGABRT SIGIOT #endif __EXITING abort() { raise(SIGABRT); exit(127); }