libglvnd/src/util/uthash/tests/test27.ans
Brian Nguyen 93bb43c5e7 Add uthash commit 2c8cd98e0be93d38ff3340a0fbce300bc6739b08 to src/util
uthash's hashtable implementation will be used by libGLX for storing
various mappings needed for correct dispatching.
2013-08-26 11:03:41 -07:00

29 lines
268 B
Plaintext

CDL macros
c b a
advancing head pointer
b a c
b a c b a c b a c b
b c a b c a b c a b
deleting b
a c
deleting head (a)
c
deleting new head (c)
DL macros
c b a
deleting c
b a
deleting a
b
deleting b
LL macros
c b a
deleting c
b a
deleting a
b
deleting b