ft_itoa: initial implementation
I wrote this in a single session, with 0 errors on the first try!
This commit is contained in:
parent
d1b5c7b687
commit
08bae77518
3 changed files with 78 additions and 2 deletions
2
libft.h
2
libft.h
|
|
@ -52,4 +52,6 @@ char *ft_strjoin(char const *s1, char const *s2);
|
|||
char *ft_strtrim(char const *s1, char const *set);
|
||||
char **ft_split(char const *s, char c);
|
||||
|
||||
char *ft_itoa(int n);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue