diff --git a/minishell b/minishell new file mode 100755 index 0000000..c17fc75 Binary files /dev/null and b/minishell differ diff --git a/minishell.h b/minishell.h index 2485e11..2a7e5ce 100644 --- a/minishell.h +++ b/minishell.h @@ -40,6 +40,7 @@ char *ft_get_file_path(const char *infile); int ft_infile(char *line); int ft_outfile(char *line); int ft_heredoc(char *stop); +int *ft_get_heredoc(); size_t ft_seglen_quoted(const char *str, char c); int ft_cmds_executor(t_data *data, t_list **cmds); char **ft_split_quoted(const char *s, char c);