48 if (!cmd || !cmd->
args || !cmd->
args[0])
int builtin_cd(t_shell *shell, t_cmd *cmd)
int builtin_echo(t_cmd *cmd)
int builtin_env(t_shell *shell, t_cmd *cmd)
int builtin_exit(t_shell *shell, t_cmd *cmd)
int builtin_export(t_shell *shell, t_cmd *cmd)
int builtin_pwd(t_shell *shell)
int builtin_unset(t_shell *shell, t_cmd *cmd)
int execute_builtin(t_shell *shell, t_cmd *cmd)
int is_builtin(char *cmd)
Minishell ana header dosyası
int ft_strcmp(const char *s1, const char *s2)