This commit is contained in:
gazhonsepaskwa
2025-02-07 12:35:13 +01:00
parent 4d63a10900
commit 4c678f767d
6 changed files with 76 additions and 13 deletions

View File

@@ -62,5 +62,6 @@ int is_sticked(char *val);
int trim_nodes(t_node *head);
void debug_linked_list(t_node *head, char *msg);
int find_quote_node(t_node *head, char q);
int syntax_error(t_node *head);
#endif