Libft
 
Loading...
Searching...
No Matches
ft_substr.c File Reference
#include "libft.h"
#include <stddef.h>
#include <stdlib.h>
Include dependency graph for ft_substr.c:

Functions

char * ft_substr (char const *src, unsigned int start, size_t len)
 Create a copy of source into a new pointer, at start, of size len NEEDS to be freed.