norm: Adding the header run_ast to the 42 norm

This commit is contained in:
Raphaël 2024-09-16 14:00:26 +02:00
parent 9170242925
commit e0bf10f117

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/14 17:57:57 by rparodi #+# #+# */
/* Updated: 2024/09/14 12:22:23 by maiboyer ### ########.fr */
/* Updated: 2024/09/16 13:59:49 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -181,5 +181,4 @@ void _ffree_func(\
void _run_word_into_str(\
t_usize idx, t_ast_node *elem, t_word_iterator *state);
#endif