From: Rusty Russell Date: Sat, 1 Jan 2011 06:44:05 +0000 (+1030) Subject: tlist: typesafe variant of list module. X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=c89f34afdc6c2a98c75130470ea0b7f531a3cfe0;hp=c89f34afdc6c2a98c75130470ea0b7f531a3cfe0;p=ccan-lca-2011.git tlist: typesafe variant of list module. I chose not to do the "macro creates set of routines" approach, as we can be almost as safe with a struct containing a pointer to the member type. ---