I'm very new to C programming (my first question on stackoverflow!) - I was trying to piece together a simple linked list implementation and valgrind starting flagging up errors stating that I was using uninitilised values. Here is my code, with some printing to try to help me see what triggers the issue:I'm very new to C programming (my first questio