This commit is contained in:
Loic Deridder
2025-01-15 08:32:26 +01:00
parent d951cc52d7
commit eedfe4a0ee
2 changed files with 36 additions and 6 deletions

View File

@@ -10,6 +10,7 @@
# include <errno.h>
// void echo(char *msg, int flag);
void builtin_echo(char *arg);
void builtin_exit(char *arg, bool depth);
void builtin_pwd(char *arg);