maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
const char * | ft_exclude_delimiters (const char *str, char *delims) |
const char * ft_exclude_delimiters | ( | const char * | str, |
char * | delims | ||
) |
Definition at line 15 of file ft_exclude_delimiters.c.
References ft_strchr().
Referenced by valid_operator().