style: noming lenght_inner (parser)
This commit is contained in:
parent
cff5618664
commit
e4a11d298e
1 changed files with 7 additions and 8 deletions
|
|
@ -6,15 +6,15 @@
|
||||||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2024/09/02 20:03:42 by maiboyer #+# #+# */
|
/* Created: 2024/09/02 20:03:42 by maiboyer #+# #+# */
|
||||||
/* Updated: 2024/09/19 16:35:42 by maiboyer ### ########.fr */
|
/* Updated: 2024/09/19 19:34:50 by rparodi ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
#ifndef LENGTH_INNER_H
|
#ifndef LENGTH_INNER_H
|
||||||
#define LENGTH_INNER_H
|
# define LENGTH_INNER_H
|
||||||
|
|
||||||
#include "me/types.h"
|
# include "me/types.h"
|
||||||
#include "parser/inner/point_inner.h"
|
# include "parser/inner/point_inner.h"
|
||||||
|
|
||||||
typedef struct s_length t_length;
|
typedef struct s_length t_length;
|
||||||
|
|
||||||
|
|
@ -31,5 +31,4 @@ t_length length_sub(t_length len1, t_length len2);
|
||||||
t_length length_zero(void);
|
t_length length_zero(void);
|
||||||
bool length_is_undefined(t_length length);
|
bool length_is_undefined(t_length length);
|
||||||
|
|
||||||
|
|
||||||
#endif /* LENGTH_INNER_H */
|
#endif /* LENGTH_INNER_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue