compiling
This commit is contained in:
@@ -13,11 +13,12 @@
|
||||
#ifndef ENV_H
|
||||
# define ENV_H
|
||||
|
||||
# include "../minishell.h"
|
||||
# include <unistd.h>
|
||||
# include <stdlib.h>
|
||||
# include <stdbool.h>
|
||||
|
||||
typedef struct s_msh t_msh;
|
||||
|
||||
//VAR
|
||||
int count_var(char **envp);
|
||||
int get_var_index(char *key, t_msh *msh);
|
||||
|
||||
Reference in New Issue
Block a user