#ifndef _STDLIB_H #define _STDLIB_H #include __attribute__((__noreturn__)) void abort(void); #endif