|
Libft
42 Libft library documentation
|
#include "../includes/libft.h"
Include dependency graph for ft_strtrim.c:Go to the source code of this file.
Functions | |
| char * | ft_strtrim (char const *s1, char const *set) |
| Trims leading and trailing characters from a set. | |
| char * ft_strtrim | ( | char const * | s1, |
| char const * | set | ||
| ) |
Trims leading and trailing characters from a set.
| s1 | Source string. |
| set | Set of characters to trim. |
Definition at line 22 of file ft_strtrim.c.
References ft_strchr(), ft_strlen(), and ft_substr().
Here is the call graph for this function: