/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* simple_cmd_parse.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: khais +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/04/15 10:38:23 by khais #+# #+# */ /* Updated: 2025/04/15 14:05:40 by khais ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef SIMPLE_CMD_PARSE_H # define SIMPLE_CMD_PARSE_H # include "../../minishell.h" t_cmd *minishell_simple_cmd_parse(t_minishell *app, t_wordlist **tokens); #endif // SIMPLE_CMD_PARSE_H