index
:
bringelle.git
master
x86_32 Kernel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libc
/
string.h
blob: 82106b2bf948e0f904b1a5a06e63fa510844dbcd (
plain
)
1
2
3
4
5
6
#ifndef STRING_H #define STRING_H void itoa(int i, char *a); #endif