style: noming node.h (parser/inner)
This commit is contained in:
parent
c5d3b5dddb
commit
cd87c06903
1 changed files with 6 additions and 6 deletions
|
|
@ -6,16 +6,16 @@
|
|||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/08/31 17:04:59 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/09/19 16:45:08 by maiboyer ### ########.fr */
|
||||
/* Updated: 2024/09/19 19:35:40 by rparodi ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef NODE_H
|
||||
#define NODE_H
|
||||
# define NODE_H
|
||||
|
||||
#include "me/types.h"
|
||||
#include "parser/length.h"
|
||||
#include "parser/subtree.h"
|
||||
# include "me/types.h"
|
||||
# include "parser/length.h"
|
||||
# include "parser/subtree.h"
|
||||
|
||||
typedef struct s_node_child_iterator NodeChildIterator;
|
||||
struct s_node_child_iterator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue