builtin export fixed and refactored

+ builtin exit, env verif OK
This commit is contained in:
LuckyLaszlo
2021-12-06 03:56:05 +01:00
parent 2d85c34b98
commit 200e043a8c
4 changed files with 41 additions and 34 deletions

View File

@@ -12,7 +12,7 @@
#include "minishell.h"
int builtin_env(int argc, char *argv[], t_all *c) // WIP
int builtin_env(int argc, char *argv[], t_all *c)
{
(void)argc;
(void)argv;