Editing the protoype of the funcs (arith)

This commit is contained in:
Raphael (rparodi) 2024-07-30 13:17:40 +02:00
parent ab8b8a77bb
commit d9999a85d9
2 changed files with 40 additions and 2 deletions

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/27 21:13:15 by rparodi #+# #+# */
/* Updated: 2024/07/27 22:51:50 by rparodi ### ########.fr */
/* Updated: 2024/07/30 11:59:09 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -15,6 +15,7 @@
# include <stddef.h>
# include <stdio.h>
# include <unistd.h>
# include "app/state.h"
# include "ast/ast.h"