4
votes
4answers
731 views
self referential struct definition?
Hi
I haven't been writing C for very long, and so I'm not sure about how I should go about doing these sorts of recursive things... I would like each cell to contain another cell, but I get …
