#ifndef __STDLIB_H #define __STDLIB_H #include #define alloca __builtin_alloca #define abort __builtin_trap #endif