OrionLibC
Barry Importing existing Orion LibC 03048a9 (2 years, 2 months ago)#include <stdlib.h> /* Abnormally terminate the current process */ _Noreturn void abort(void) { /* In future, this should raise the SIGABRT signal */ exit(EXIT_FAILURE); }
#include <stdlib.h> /* Abnormally terminate the current process */ _Noreturn void abort(void) { /* In future, this should raise the SIGABRT signal */ exit(EXIT_FAILURE); }