ft_strjoin: initial implementation
This commit is contained in:
parent
7d896b939c
commit
d8ec79480f
3 changed files with 49 additions and 2 deletions
1
libft.h
1
libft.h
|
|
@ -48,5 +48,6 @@ void *ft_calloc(size_t nmemb, size_t size);
|
|||
|
||||
char *ft_strdup(const char *s);
|
||||
char *ft_substr(char const *s, unsigned int start, size_t len);
|
||||
char *ft_strjoin(char const *s1, char const *s2);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue