1 2 3 4 5 6 7 8 9
#ifndef __STDLIB_H #define __STDLIB_H #include <stddef.h> #define alloca __builtin_alloca #define abort __builtin_trap #endif