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