7 lines
138 B
Plaintext

assert(list != NULL);
u64 count = list->node_count;
for (u64 i = 0; i < count; ++i) {{
wapp_{Tlower}_list_pop_back(list);
}}