mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-05-11 23:18:46 +02:00
「✏️」 norm: Normed heredoc
This commit is contained in:
@ -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