|
libft
|
#include "libft.h"Go to the source code of this file.
Functions | |
| char * | ft_strdup (const char *s1) |
| Duplicates a string. | |
| char * ft_strdup | ( | const char * | s1 | ) |
Duplicates a string.
| s1 | String to make a copy from |
Definition at line 15 of file ft_strdup.c.