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

28 lines
284 B
Text

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