🏗️」 wip(heredoc): working on the heredoc...

This commit is contained in:
y-syo
2024-05-20 11:22:25 +02:00
parent 117c2e7fbe
commit 7b18eb6327
3 changed files with 56 additions and 1 deletions

View File

@ -6,7 +6,7 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/29 13:20:22 by mmoussou #+# #+# */
/* Updated: 2024/05/19 04:27:24 by mmoussou ### ########.fr */
/* Updated: 2024/05/20 10:57:33 by mmoussou ### ########.fr */
/* */
/* ************************************************************************** */
@ -22,6 +22,8 @@ typedef struct s_env
struct s_env *next;
} t_env;
int ft_heredoc(char *delimiter);
int env_init(char **env_d, t_env *env);
void env_print(t_env *env);
char **env_get(t_env *env);