Changes in kernel/generic/src/adt/list.c [30eab78:df13836] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/adt/list.c
r30eab78 rdf13836 69 69 70 70 /** Moves items of one list into another after the specified item. 71 * 72 * Inserts all items of @a list after item at @a pos in another list. 73 * Both lists may be empty. 74 * 71 * 72 * Inserts all items of @a list after item at @a pos in another list. 73 * Both lists may be empty. 74 * 75 75 * @param list Source list to move after pos. Empty afterwards. 76 76 * @param pos Source items will be placed after this item.
Note:
See TracChangeset
for help on using the changeset viewer.