✏️」 norm: Normed heredoc

This commit is contained in:
2024-07-09 11:25:22 +02:00
parent 90af93aa73
commit f09db03442
5 changed files with 91 additions and 51 deletions

View File

@ -16,7 +16,9 @@
# include <stdio.h>
# include <readline/readline.h>
# include <readline/history.h>
# include <stdlib.h>
# include <signal.h>
# include <stdint.h>
# include <sys/types.h>
# include <sys/stat.h>
@ -24,17 +26,15 @@
# include <fcntl.h>
# include <unistd.h>
# include <dirent.h>
# include <stdbool.h>
# include "libft.h"
# include "error_msg.h"
# include "env.h"
# include "prompt.h"
# include "parsing.h"
# include "execution.h"
char set_env(char **env, const char *name, char *content);
bool is_str(char *src, char *dst);
void print_cmd(t_cmd *cmd);
void free_redir(void *redir_v);
void free_token(void *token_v);
void free_cmd(void *content);