builtins
This commit is contained in:
@@ -21,4 +21,8 @@ char **builtin_export(char **arg, char **envp);
|
||||
|
||||
//UTILS
|
||||
int count_char(char *str);
|
||||
int count_args(char **tab);
|
||||
int extractenv(char *str, char **envp);
|
||||
char *ft_getenv(char *str, char **envp);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
# include <stdio.h>
|
||||
# include <readline/readline.h>
|
||||
# include <readline/history.h>
|
||||
# include <unistd.h>
|
||||
# include <stdlib.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user