maxishell
Implementation of a shell for Linux-like systems
|
#include "tokens.h"
Go to the source code of this file.
Functions | |
char * | trim_input (char *str) |
int | valid_operator (const char **str) |
char * trim_input | ( | char * | str | ) |
Definition at line 15 of file input_checker_helpers.c.
References ft_strtrim().
Referenced by main_loop().
int valid_operator | ( | const char ** | str | ) |
Definition at line 25 of file input_checker_helpers.c.
References ft_exclude_delimiters().
Referenced by check_redirections().