#ifndef __STDLIB_H #define __STDLIB_H #include <stddef.h> #define alloca __builtin_alloca #define abort __builtin_trap #endif