]> git.ozlabs.org Git - ccan/commit
tcon: routines for creating typesafe generic containers
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 22 Sep 2011 06:30:30 +0000 (16:00 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 22 Sep 2011 06:30:30 +0000 (16:00 +0930)
commit5c451bbbed80e3bcb1f6be4301026ece01ab1309
treed82de52ec4574f2e108253d2973ce644cdc14bd3
parent37965b33eeb202773dc70c4546d0b050b8e717b5
tcon: routines for creating typesafe generic containers
ccan/tcon/_info [new file with mode: 0644]
ccan/tcon/tcon.h [new file with mode: 0644]
ccan/tcon/test/compile_fail-tcon_cast.c [new file with mode: 0644]
ccan/tcon/test/compile_fail.c [new file with mode: 0644]
ccan/tcon/test/compile_ok-void.c [new file with mode: 0644]
ccan/tcon/test/compile_ok.c [new file with mode: 0644]