Freestyle linked lists tricks

6 points by signal-11


fanf

If you’re writing C, instead of writing out linked list stuff in tedious longhand, it’s better to grab a copy of the BSD queue(3) macros (source) and/or their tree(3) siblings. Sadly there isn’t afaik a similar lightweight hash table of the kind this author might like.