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