#ifndef STDLIB #define STDLIB #include int abs(int i); char* itox(uint32_t x); #endif