Minishell
 
Loading...
Searching...
No Matches
file_verify_access.c File Reference
#include "builtins.h"
#include "file.h"
#include "garbage.h"
#include "ft_printf.h"
#include "minishell.h"
#include <fcntl.h>
Include dependency graph for file_verify_access.c:

Functions

t_filesearch_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.