This is a dumb one, but maybe someone else will find it useful. I have been working on some C code that uses dynamically allocated linked lists. There are index structures and record structures and individual elements of different kinds in the records, all malloc()’d and then (hopefully) free()’d at …
From: Retro Roundup
