1 2 3 4 5 6 7 8 9 10
#include "_stdlib.h" struct __stdlib __stdlib = { .constraint_handler = abort_handler_s, }; /* STDC(0) SIGNAL_SAFE(0) */