|
libft
|
#include "libft.h"Go to the source code of this file.
Functions | |
| char * | ft_strtrim (char const *s1, char const *set) |
| Trim start and end of a string. | |
| char * ft_strtrim | ( | char const * | s1, |
| char const * | set | ||
| ) |
Trim start and end of a string.
Trims set of characters from start and end of a string.
| s1 | String |
| set | Set of character to trim from the string |
Definition at line 15 of file ft_strtrim.c.