Minishell
 
Loading...
Searching...
No Matches
set_env.c File Reference
#include "env.h"
#include "garbage.h"
#include "builtins.h"
#include "minishell.h"
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Include dependency graph for set_env.c:

Functions

void set_env (t_data *data, char *envp[])
 

Function Documentation

◆ set_env()

void set_env ( t_data * data,
char * envp[] )
Here is the call graph for this function: