This commit is contained in:
Camille Chauvet 2023-02-23 13:37:26 +01:00
parent 94f48602d1
commit 28fedfdd75
2 changed files with 1 additions and 0 deletions

BIN
minishell Executable file

Binary file not shown.

View File

@ -40,6 +40,7 @@ char *ft_get_file_path(const char *infile);
int ft_infile(char *line); int ft_infile(char *line);
int ft_outfile(char *line); int ft_outfile(char *line);
int ft_heredoc(char *stop); int ft_heredoc(char *stop);
int *ft_get_heredoc();
size_t ft_seglen_quoted(const char *str, char c); size_t ft_seglen_quoted(const char *str, char c);
int ft_cmds_executor(t_data *data, t_list **cmds); int ft_cmds_executor(t_data *data, t_list **cmds);
char **ft_split_quoted(const char *s, char c); char **ft_split_quoted(const char *s, char c);