Framework for exporting system header to user space (#59)
[lunaix-os.git] / lunaix-os / includes / klibc / ia_utils.h
1 #ifndef __LUNAIX_IAUTILS_H
2 #define __LUNAIX_IAUTILS_H
3
4 char* itoa(long value, char* str, int base);
5
6 #endif /* __LUNAIX_IAUTILS_H */