|
Libft
42 Libft library documentation
|
#include "../includes/libft.h"
Include dependency graph for ft_substr.c:Go to the source code of this file.
Functions | |
| char * | ft_substr (char const *s, unsigned int start, size_t len) |
| Extracts a substring from a string. | |
| char * ft_substr | ( | char const * | s, |
| unsigned int | start, | ||
| size_t | len | ||
| ) |
Extracts a substring from a string.
| s | Source string. |
| start | Start index in s. |
| len | Maximum substring length. |
Definition at line 23 of file ft_substr.c.
References ft_strdup(), ft_strlcpy(), and ft_strlen().
Referenced by ft_fill_split(), and ft_strtrim().
Here is the call graph for this function:
Here is the caller graph for this function: