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