finnish the parsing

This commit is contained in:
Maoake Teriierooiterai
2026-01-08 15:04:02 +01:00
parent 9bc53094a9
commit 4af87fa98a
4 changed files with 32 additions and 12 deletions

View File

@@ -54,7 +54,7 @@ static size_t len_word(size_t i, char const *s, char c)
return (len);
}
static void free_tab(char **tab)
void free_tab(char **tab)
{
int i;