Libft
 
Loading...
Searching...
No Matches
ft_strjoin.c File Reference
#include "libft.h"
#include <stdlib.h>
Include dependency graph for ft_strjoin.c:

Functions

char * ft_strjoin (char const *s1, char const *s2)
 Allocates a new string, and returns the result of a concatenation of s1 and s2.