drawio done and at norm

This commit is contained in:
Nathan Lebrun
2025-01-29 10:05:16 +01:00
parent 7f144ab089
commit 9bce0bf9cb
8 changed files with 210 additions and 126 deletions

View File

@@ -64,6 +64,7 @@ void ft_bzero(void *s, size_t n);
char **ft_split(const char *s, char *set);
char **ft_split_keep(const char *s, char *set);
char *ft_tabstr(char **tab);
int is_charset(char c, char *set);
void free_tab(char **tab);
char **free_all(char **tab, int count);