export builtin

This commit is contained in:
LuckyLaszlo
2021-12-04 18:14:24 +01:00
parent 2eed0f2d45
commit 27c00a78a0
4 changed files with 109 additions and 23 deletions

View File

@@ -6,7 +6,7 @@
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/10/08 09:22:12 by lperrey #+# #+# */
/* Updated: 2021/12/02 01:38:22 by lperrey ### ########.fr */
/* Updated: 2021/12/04 15:11:20 by lperrey ### ########.fr */
/* */
/* ************************************************************************** */
@@ -36,7 +36,6 @@ int init(t_all *c)
return (1);
}
// done : TODO : Un appel à builtin_export() modifiant $PATH doit aussi entrainer un appel à "c->path = retrieve_path()"
char **retrieve_path(void)
{
char *path;