There are two basic styles of double-linked lists in C; I’ll call them ring style and linear style. The Linux kernel has ring-style, defined in include/linux/list.h. You declare a ‘struct list_head’ and everyone who wants to be in the list puts a ‘struct list_head list’ in their structure (struct list_node in CCAN’s version). This forms …
Author Archives: admin
Not Buying Another HTC
Sent back my HTC Magic for warranty repair (wouldn’t charge) and they upgraded firmware; I can’t install cyanogenmod on it any more, making it fairly useless to me. I spent two days of my holiday time trying and failing the goldcard lottery. I just dropped my other HTC Magic and shattered the glass, so I’m …