mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2026-09-22 10:13:55 +02:00
「✏️」 norm: Normed heredoc
This commit is contained in:
1 parent
90af93aa73
commit
f09db03442
5 files changed
+91
-51
No files matched your search
+5
-5
@@ -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);
|
||||
|
||||
Reference in new issue
Block a user