norm
This commit is contained in:
@@ -20,12 +20,12 @@
|
||||
|
||||
//VAR
|
||||
int count_var(char **envp);
|
||||
int get_var_index(char *key, t_msh *msh);
|
||||
int get_var_index(char *key, t_msh *msh);
|
||||
void free_null_ptr(void *ptr);
|
||||
char **copy_env_var(char **envp, int count);
|
||||
char *get_var_value(char *key, char **envp);
|
||||
bool is_valid_key(char *key, t_msh *msh);
|
||||
int remove_env_var(char *key, t_msh *msh);
|
||||
bool is_valid_key(char *key, t_msh *msh);
|
||||
int remove_env_var(char *key, t_msh *msh);
|
||||
void set_var_env(char *key, char *value, t_msh *msh);
|
||||
char **init_env(char **envp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user