#ifndef __LUNAIX_STDLIB_H #define __LUNAIX_STDLIB_H char* itoa(int value, char* str, int base); #endif /* __LUNAIX_STDLIB_H */