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