#ifndef DEF_STDLIB_H #define DEF_STDLIB_H #include #include #include void abort(); extern volatile int errno; #include <_dlmalloc.h> #endif