From ae1872a6a23e2ef793a4eb8c7f307966d57d0344 Mon Sep 17 00:00:00 2001 From: Adam Joly Date: Mon, 27 May 2024 17:32:55 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=E2=9C=A8=E3=80=8D=20feat:=20Moved=20e?= =?UTF-8?q?nv=20function=20to=20env.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/env.h | 102 ++++++++++++++++++++++++++++++++++++++++++++ include/execution.h | 88 +------------------------------------- 2 files changed, 103 insertions(+), 87 deletions(-) create mode 100644 include/env.h diff --git a/include/env.h b/include/env.h new file mode 100644 index 0000000..46bd269 --- /dev/null +++ b/include/env.h @@ -0,0 +1,102 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* env.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: mmoussou