|
maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
| static int | ft_char_in_set (char c, char const *set) |
| char * | ft_strtrim (char const *s1, char const *set) |
|
static |
Definition at line 25 of file ft_strtrim.c.
Referenced by ft_strtrim().

| char * ft_strtrim | ( | char const * | s1, |
| char const * | set | ||
| ) |
Definition at line 39 of file ft_strtrim.c.
References ft_char_in_set(), and ft_strlen().
Referenced by trim_input().

