This website requires JavaScript.
Explore
Help
Sign in
loic
/
bringelle
Watch
1
Star
0
Fork
You've already forked bringelle
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1e397041c2
bringelle
/
src
/
libc
/
string.h
9 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
Cleaning code and provide minimal libc
2021-04-09 10:29:23 +02:00
#
ifndef STRING_H
#
define STRING_H
Cleaning code
2021-04-16 20:20:29 +02:00
/**
*
Convert
int
to
char
*/
Cleaning code and provide minimal libc
2021-04-09 10:29:23 +02:00
void
itoa
(
int
i
,
char
*
a
)
;
#
endif
Reference in a new issue
Copy permalink