everything in src|include should pass the norminette now

This commit is contained in:
Maieul BOYER 2024-02-08 14:27:45 +01:00
parent 3ab3a384c3
commit ed0c78d8a2
No known key found for this signature in database
31 changed files with 453 additions and 384 deletions

View file

@ -11,14 +11,14 @@
/* ************************************************************************** */
#ifndef ITER_STATE_H
#define ITER_STATE_H
# define ITER_STATE_H
#include "me/types.h"
# include "me/types.h"
typedef struct s_iter_state
{
t_usize pos;
t_usize pos;
t_i64 elem;
} t_iter_state;
} t_iter_state;
#endif /* ITER_STATE_H */