#include "builtins.h"
#include "file.h"
#include "garbage.h"
#include "ft_printf.h"
#include "minishell.h"
#include <fcntl.h>
Functions | |
t_file * | search_last_file (t_file *file, t_file *already_searched) |
Return the last file that is not already_searched. | |
int | verify_access (t_garbage *garbage, t_command *command) |
Verify that all files are valid if at least one file is invalid, modifies the boolean in command but still return 0. | |