열렬히.뛰기

ft_strdup

école 42 > exam02 > exam02 : part2 > ft_strdup

문제

Assignment name  : ft_strdup
Expected files   : ft_strdup.c
Allowed functions: malloc
--------------------------------------------------------------------------------

Reproduce the behavior of the function strdup (man strdup).

Your function must be declared as follows:

char    *ft_strdup(char *src);