refactor: restructure the user space stuff.
[lunaix-os.git] / lunaix-os / usr / libc / includes / stdlib.h
1 #ifndef __LUNAIX_STDLIB_H
2 #define __LUNAIX_STDLIB_H
3
4 extern char* itoa(int value, char* str, int base);
5
6 #endif /* __LUNAIX_STDLIB_H */