steffen
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
First thing I see is that you do not initialize LL* list to NULL. This means it points to a random address in memory. And that is why the if(!head) check does not work as you would expect
13 replies