Minishell
 
Loading...
Searching...
No Matches
manipulation_var.c File Reference
#include "builtins.h"
#include "env.h"
#include "garbage.h"
Include dependency graph for manipulation_var.c:

Functions

t_varft_varlast (t_var *var)
 
void ft_varsadd_back (t_var **var, t_var *new)
 
void ft_varsadd_front (t_var **var, t_var *new)
 
t_varget_var (t_garbage *garbage, const char *var)
 

Function Documentation

◆ ft_varlast()

t_var * ft_varlast ( t_var * var)

◆ ft_varsadd_back()

void ft_varsadd_back ( t_var ** var,
t_var * new )
Here is the call graph for this function:

◆ ft_varsadd_front()

void ft_varsadd_front ( t_var ** var,
t_var * new )

◆ get_var()

t_var * get_var ( t_garbage * garbage,
const char * var )
Here is the call graph for this function: