#ifndef GCC_COMPAT_STDLIB_H #define GCC_COMPAT_STDLIB_H #include int abs(int value); #endif