mmoat complete history

This commit is contained in:
lderidde
2025-02-08 20:29:32 +01:00
parent f09a9c70d3
commit 1e5e7a1bfc
3 changed files with 36 additions and 6 deletions

View File

@@ -23,6 +23,7 @@ typedef struct s_msh
int ex_code;
t_ast_n *head;
char *input;
int hist;
char **env;
} t_msh;