drawio update

This commit is contained in:
Nathan Lebrun
2025-01-27 09:55:18 +01:00
parent d6f470a5e9
commit 8a24b6817f
7 changed files with 136 additions and 56 deletions

21
tests/parsing.h Normal file
View File

@@ -0,0 +1,21 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* parsing.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: nalebrun <nalebrun@student.s19.be> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/01/24 14:45:28 by nalebrun #+# #+# */
/* Updated: 2025/01/24 14:45:28 by nalebrun ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef PARSING_H
# define PARSING_H
# include "tokenizer/tokenizer.h"
// drawio
void gen_dio_linked_list(t_node *head, char *fp);
#endif