Fix build error by adding -fno-stack-protector to CFLAGS in usr/LBuild (#63)
[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 */