」 feat: $ working

This commit is contained in:
2024-06-20 14:28:54 +02:00
parent 6ae7296237
commit 64ede5becd
7 changed files with 30 additions and 33 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/25 12:20:26 by adjoly #+# #+# */
/* Updated: 2024/06/11 15:18:38 by adjoly ### ########.fr */
/* Updated: 2024/06/18 12:58:53 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -36,8 +36,8 @@ typedef enum s_quote
bool check_syntax(char *readline, char **argv);
void send_error(char *msg, char **argv);
void check_redir(t_list *redir, char **argv);
t_cmd *get_redir_fd(void *content);
t_list *get_cmd_list(t_list *list);
t_cmd *get_redir_fd(void *content, t_env *env);
t_list *get_cmd_list(t_list *list, t_env *env);
char **split_argv(char *readline);
char *env_var_replace(char *readline, t_env *env);
size_t get_size_with_env(char *readline, t_env *env);