everything in src|include should pass the norminette now
This commit is contained in:
parent
3ab3a384c3
commit
ed0c78d8a2
31 changed files with 453 additions and 384 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue