|
ReactOS 0.4.16-dev-1948-gd260c1d
|

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,) |