mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-05-12 23:48:46 +02:00
「🏗️」 wip(exec/get_path): can get all files in path, only printing for now.
This commit is contained in:
2
src/env/env_cmd.c
vendored
2
src/env/env_cmd.c
vendored
@ -44,7 +44,6 @@ char **env_get(t_env *env)
|
||||
|
||||
int env_create_first_el(char *env_line, t_env *env)
|
||||
{
|
||||
// t_env *new;
|
||||
char *name;
|
||||
char *content;
|
||||
|
||||
@ -139,7 +138,6 @@ int env_edit(char *name, char *content, t_env *env)
|
||||
|
||||
int env_delete(char *name, t_env *env)
|
||||
{
|
||||
// char *new_content;
|
||||
t_env *tmp;
|
||||
|
||||
while (env && env->next && ft_strcmp(env->next->name, name))
|
||||
|
Reference in New Issue
Block a user