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

Functions

char * ft_strtrim (char const *s, char const *set)
 Deletes all characters that exist in s and set, if they are at the beginning of the string or at the end.