#include "file.h"
#include "ft_printf.h"
#include "garbage.h"
#include "libft.h"
#include "minishell.h"
Functions | |
int | build_file_access (t_file *file) |
Build the file using access and check permissions. | |
t_file * | file_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) | |