git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Architectural Support: x86_64 (#37)
[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 */