Changeset 435 for trunk/kernel/libk
- Timestamp:
- Feb 20, 2018, 5:32:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/libk/xlist.h
r24 r435 72 72 * extended double linked list, identified by the extended pointer on 73 73 * the root xlist_entry_t. 74 * WARNING : check list non empty before using this macro. 74 75 * @ root_xp : extended pointer on the root xlist_entry_t 75 76 * @ type : type of the linked elements … … 85 86 * extended double linked list, identified by the extended pointer on 86 87 * the root xlist_entry_t. 88 * WARNING : check list non empty before using this macro. 87 89 * @ root_xp : extended pointer on the root xlist_entry_t 88 90 * @ type : type of the linked elements
Note: See TracChangeset
for help on using the changeset viewer.