Normed the includes of exec

This commit is contained in:
Raphaël 2024-08-14 18:04:19 +02:00
parent 4e56302770
commit 241a382c43
4 changed files with 136 additions and 101 deletions

View file

@ -1,17 +1,17 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* arith.h :+: :+: :+: */
/* _run_arith.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/27 21:13:15 by rparodi #+# #+# */
/* Updated: 2024/08/01 06:21:37 by maiboyer ### ########.fr */
/* Updated: 2024/08/14 16:38:32 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef ARITH_H
# define ARITH_H
#ifndef _RUN_ARITH_H
# define _RUN_ARITH_H
# include "app/state.h"
# include "ast/ast.h"