ReactOS 0.4.16-dev-736-g28b802b
|
Go to the source code of this file.
Macros | |
#define | LIST_INIT(list) ((list).head= (list).tail= 0) |
#define | LINK_INIT(link) ((link).next= (link).back= 0) |
#define | LIST_UNLINK_PART(list, node, part) |
#define | LIST_LINK_TAIL_PART(list, node, part) |
#define | LIST_UNLINK(list, node) LIST_UNLINK_PART(list,node,) |
#define | LIST_LINK_TAIL(list, node) LIST_LINK_TAIL_PART(list,node,) |