#include "minishell.h" int ms_eval(t_parsing *parsing) { (void)parsing; return (0); }