#include "minishell.h" int builtin_unset(int argc, char *argv[], t_all *c) { (void)argc; (void)argv; (void)c; return (0); }