save commit

This commit is contained in:
2026-02-09 20:47:43 +01:00
parent e983f7fe64
commit 280fa51f94
39 changed files with 3400 additions and 239 deletions

View File

@@ -6,7 +6,7 @@
/* By: sede-san <sede-san@student.42madrid.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/10/20 16:35:10 by sede-san #+# #+# */
/* Updated: 2025/10/30 12:20:08 by sede-san ### ########.fr */
/* Updated: 2026/02/09 18:38:16 by sede-san ### ########.fr */
/* */
/* ************************************************************************** */
@@ -16,10 +16,8 @@
# include "libft.h"
# include "ft_printf.h"
# include "chardefs.h"
# include "core.h"
# include "parser.h"
# include "executor.h"
# include "builtins.h"
# include <stdbool.h>
# include <stdint.h>
# include <readline/readline.h> // readline(3), rl_clear_history(),
// rl_on_new_line(), rl_replace_line(),
// rl_redisplay()