42_minishell/execution/execution.h

8 lines
113 B
C
Raw Normal View History

#ifndef EXECUTION_H
# define EXECUTION_H
# include "../data/data.h"
int ft_cmds_executor(t_data *data);
#endif