7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
wapp_debug_assert(list != NULL, "`list` should not be NULL");
|
|
|
|
u64 count = list->node_count;
|
|
for (u64 i = 0; i < count; ++i) {{
|
|
wapp_{Tlower}_list_pop_back(list);
|
|
}}
|