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