des trucs

This commit is contained in:
2024-04-02 17:55:30 +02:00
parent b4c9665dd3
commit c9bd04d42c
6 changed files with 55 additions and 19 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/04 17:31:38 by tomoron #+# #+# */
/* Updated: 2024/04/02 14:49:11 by tomoron ### ########.fr */
/* Updated: 2024/04/02 17:39:29 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -117,11 +117,16 @@ int first_is_in_type(t_cmd *cmd);
int contains_newline(char *str);
int check_var_name(char *name);
char **get_cmd_args(t_msh *msh);
void print_msh_struct(t_msh *msh);
char *remove_path(char *token);
char *get_var_name(char *str);
int exec_builtin(t_msh *msh);
void get_cmd_path(t_msh *msh);
t_token *free_token(t_token *cmd);
int is_input_type(t_cmd *cmd);
int is_output_type(t_cmd *cmd);
int is_cmd_type(t_cmd *cmd);
int is_operand_type(t_cmd *cmd);
int set_echoctl(int value);
int print_env(t_env *env);
t_cmd *free_cmd(t_cmd *cmd);