Changes in kernel/generic/src/adt/list.c [df13836:30eab78] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/adt/list.c
rdf13836 r30eab78 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.