Marvee Amasi
Marvee Amasi
DIIDevHeads IoT Integration Server
Created by Marvee Amasi on 5/13/2024 in #middleware-and-os
disturbing issue I'm having with LinkedList in C language, when I count how many nodes should be
@steffen Thank you, that makes a lot of sense! So, if I initialize list to NULL before calling addLL like this:
LL* list = NULL;
addLL(list);
LL* list = NULL;
addLL(list);
This is what you mean?
13 replies