10 lines
198 B
C
10 lines
198 B
C
#ifndef REDIRECTION_H
|
|
# define REDIRECTION_H
|
|
# include "../data/data.h"
|
|
# include "../cmd/cmd.h"
|
|
|
|
int ft_redirection(t_data *data, t_cmd *cmd, char *cmd_str);
|
|
int *ft_get_heredoc(void);
|
|
|
|
#endif
|