|
libft
|
#include "libft.h"Go to the source code of this file.
Functions | |
| char * | ft_strjoin (char const *s1, char const *s2) |
| Joins two strings together. | |
| char * ft_strjoin | ( | char const * | s1, |
| char const * | s2 | ||
| ) |
Joins two strings together.
| s1 | String 1 |
| s2 | Strong 2 |
Definition at line 15 of file ft_strjoin.c.