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

8
srcs/builtins/echo.c Normal file
View File

@@ -0,0 +1,8 @@
#include "../../includes/builtins.h"
// void echo(char *msg, int flag)
// {
// printf("%s", msg);
// if (flag == 0)
// printf("\n");
// }