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

9
srcs/builtins/test.c Normal file
View File

@@ -0,0 +1,9 @@
#include "../../includes/builtins.h"
#include <stdlib.h>
#include <stdio.h>
//
// int main(int ac, char **av, char **envp)
// {
// if (envp != NULL)
// printf("%s\n", envp[0]);
// }