drawio generator

This commit is contained in:
Nathan Lebrun
2025-01-24 14:10:50 +01:00
parent 4764c4a679
commit 035bf45ad0
14 changed files with 238 additions and 55 deletions

View File

@@ -19,10 +19,12 @@
# include <unistd.h>
# include <limits.h>
# include <stdarg.h>
# include <fcntl.h>
# include <errno.h>
# include "colors.h"
# include "general.h"
# include "srcs/drawio/drawio.h"
int ft_isalpha(int c);
int ft_isdigit(int c);
@@ -80,6 +82,7 @@ void ft_error(char *e);
int ft_printf(const char *fstr, ...);
int ft_fprintf(int fd, const char *str, ...);
char *ft_sprintf(const char *str, ...);
int ft_debug(const char *fstr, ...);
char *get_next_line(int fd);