Changeset 450 for trunk/kernel/libk
- Timestamp:
- Jun 29, 2018, 10:44:14 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/libk/list.h
r440 r450 53 53 /*************************************************************************** 54 54 * This structure defines a Double Circular Linked List entry. 55 * Note : The list root is an extra list-entry_t, that is NOT part of the56 * set of linked elements.55 * Note : The list root is an extra list-entry_t, that is NOT part 56 * of the set of linked elements. 57 57 **************************************************************************/ 58 58
Note: See TracChangeset
for help on using the changeset viewer.