#pragma once #include #ifdef __cplusplus extern "C" { #endif __attribute__((__noreturn__)) void abort(void); #ifdef __cplusplus } #endif