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

@@ -22,5 +22,6 @@ int ft_strncmp(const char *s1, const char *s2, int n);
size_t ft_strlen(const char *s);
char *ft_substr(char const *s, unsigned int start, size_t len);
char **ft_split(char const *s, char c);
void free_tab(char **tab);
#endif