Minishell
 
Loading...
Searching...
No Matches
file.c File Reference
#include "file.h"
#include "ft_printf.h"
#include "garbage.h"
#include "libft.h"
#include "minishell.h"
Include dependency graph for file.c:

Functions

int build_file_access (t_file *file)
 Build the file using access and check permissions.
 
t_filefile_parser (t_file *file)
 Parse the file structure.
 
void * add_file (t_garbage *garbage, t_command *command, t_token *token, t_file **command_file)
 Add a file to the stack given in param, each file added is at the beginning of the stack (reverse order)