|
Libft
42 Libft library documentation
|
#include "../includes/libft.h"
Include dependency graph for ft_strjoin.c:Go to the source code of this file.
Functions | |
| char * | ft_strjoin (char const *s1, char const *s2) |
| Concatenates two strings into a newly allocated string. | |
| char * ft_strjoin | ( | char const * | s1, |
| char const * | s2 | ||
| ) |
Concatenates two strings into a newly allocated string.
| s1 | First input string. |
| s2 | Second input string. |
Definition at line 22 of file ft_strjoin.c.
References ft_memcpy(), and ft_strlen().
Here is the call graph for this function: