42_minishell/parse/parse.h

8 lines
121 B
C
Raw Normal View History

#ifndef PARSE_H
# define PARSE_H
# include "../data/data.h"
int ft_cmds_parser(t_data *data, const char *line);
#endif