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

Functions

char * ft_strjoins (char **array)
 Allocates a new string, and returns the result of a concatenation of all the strings from the array last argument needs to be NULL.