Home | Info | Community | Development | myReactOS | Contact Us
for ((cursor) = LIST_ENTRY((list)->prev, type, field), \ (cursor2) = LIST_ENTRY((cursor)->field.prev, type, field); \ &(cursor)->field != (list); \ (cursor) = (cursor2), \ (cursor2) = LIST_ENTRY((cursor)->field.prev, type, field))
Definition at line 228 of file list.h.