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

@@ -24,9 +24,9 @@ void set_ll_rect(t_dio_elem *rect)
void gen_dio_linked_list(t_node *head, int fd)
{
t_dio_elem rect;
t_dio_elem arrow;
t_node *current;
t_dio_elem rect;
t_dio_elem arrow;
t_node *current;
current = head;
set_ll_rect(&rect);