#ifndef SYNTAX_H # define SYNTAX_H # include "../data/data.h" int ft_syntax_verif(t_data *data, const char *str); #endif