token end

This commit is contained in:
Nathan Lebrun
2025-01-23 15:49:21 +01:00
parent 8dabbc426f
commit cb6d421612
5 changed files with 19 additions and 4 deletions

View File

@@ -129,6 +129,10 @@ void debug_linked_list(t_node *head, char *msg)
pres = ft_strdup("D_RED_R ");
else if (current->pressision == PARAMETER)
pres = ft_strdup("PARAMETER");
else if (current->pressision == RED_FILE)
pres = ft_strdup("RED_FILE ");
else if (current->pressision == LIM)
pres = ft_strdup("LIM ");
else
pres = ft_strdup("??? ");