|
maxishell
Implementation of a shell for Linux-like systems
|
#include "shell.h"#include "tokens.h"#include "redirection.h"#include "execute.h"#include <fcntl.h>#include <sys/wait.h>#include "signals.h"
Go to the source code of this file.
Functions | |
| char * | token_adj (char *arg) |
| char * token_adj | ( | char * | arg | ) |
Definition at line 21 of file loc_env_var_handler_heredoc_utils.c.
References ft_isdigit(), ft_strcat(), ft_strcpy(), ft_strdup(), and ft_strlen().
Referenced by finalize_token().

