singe/thirdparty/uthash/tests/test25.ans
2023-10-23 19:38:18 -05:00

31 lines
314 B
Text

CDL macros
c b a
count = 3
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 (a)
c
deleting (c)
DL macros
a b c
count = 3
deleting tail c
a b
deleting head a
b
deleting head b
LL macros
a b c
count = 3
deleting tail c
a b
deleting head a
b
deleting head b