1 2 3 4 5 6 7 8 9 10 11
/** ** \file export.c ** \brief `export` builtin */ #include "minishell.h" /* int export(t_env env, char **argv) */ /* { */ /* return (0); */ /* } */