#ifndef AST_EXEC_REDIRS_H #define AST_EXEC_REDIRS_H #include "ast/ast_redirect.h" #define BAD_FD -1 #define CLOSE_FD -2 void find_fds(struct redirect r, int *left_fd, int *right_fd); #endif /* ! AST_EXEC_REDIRS_H */