|
Libft
42 Libft library documentation
|
#include "../includes/libft.h"
Include dependency graph for ft_strdup.c:Go to the source code of this file.
Functions | |
| char * | ft_strdup (const char *s) |
| Duplicates a C string into newly allocated memory. | |
| char * ft_strdup | ( | const char * | s | ) |
Duplicates a C string into newly allocated memory.
| s | Source string. |
Definition at line 21 of file ft_strdup.c.
References ft_memcpy(), and ft_strlen().
Referenced by ft_substr().
Here is the call graph for this function:
Here is the caller graph for this function: