base ast + coloriage

This commit is contained in:
Nathan Lebrun
2025-01-27 19:49:48 +01:00
parent 1efc094d19
commit 5c3cd44e5a
9 changed files with 175 additions and 42 deletions

View File

@@ -24,7 +24,7 @@
# include "colors.h"
# include "general.h"
# include "srcs/drawio/drawio.h"
# include "srcs/drawio/lib_drawio.h"
int ft_isalpha(int c);
int ft_isdigit(int c);

View File

@@ -10,8 +10,8 @@
/* */
/* ************************************************************************** */
#ifndef DRAWIO_H
# define DRAWIO_H
#ifndef LIB_DRAWIO_H
# define LIB_DRAWIO_H
# include "../../libft.h"