-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathioredirection.h
21 lines (18 loc) · 1.04 KB
/
ioredirection.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ioredirection.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: gbudau <gbudau@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/12/12 21:04:08 by gbudau #+# #+# */
/* Updated: 2021/01/23 01:18:06 by gbudau ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef IOREDIRECTION_H
# define IOREDIRECTION_H
# include "minishell.h"
# include "command.h"
int set_redirections(t_command *cmd);
int print_error_io(char *str);
#endif