Home | Info | Community | Development | myReactOS | Contact Us
[inline, static]
list_move - delete from one list and add as another's head : the entry to move : the head that will precede our entry
Definition at line 111 of file list.h.
{ __list_del(list->prev, list->next); list_add(list, head); }