This commit is contained in:
Loic Deridder
2025-01-14 14:02:16 +01:00
parent 2bd971c726
commit e47ba2f8f8
11 changed files with 129 additions and 3 deletions

View File

@@ -3,8 +3,15 @@
# include "../lib/libft/libft.h"
# include <stdio.h>
# include <sys/types.h>
# include <signal.h>
# include <stdbool.h>
# include <unistd.h>
# include <errno.h>
// void echo(char *msg, int flag);
void builtin_exit(char *arg, bool depth);
void builtin_pwd(char *arg);
#endif