#include #include void abort(int rc) { /* TODO: Close BFile handles (essential) */ raise(SIGABRT); _Exit(EXIT_FAILURE); }