Libft
Loading...
Searching...
No Matches
Functions
ft_strdup.c File Reference
#include "
libft.h
"
#include <stddef.h>
#include <stdlib.h>
Include dependency graph for ft_strdup.c:
Functions
char *
ft_strdup
(const char *source)
Create a copy of source into a new pointer NEEDS to be freed.
char *
ft_strndup
(const char *source, size_t len)
Create a copy of source into a new pointer of size len NEEDS to be freed.
src
str
ft_strdup.c
Generated by
1.13.2