Changeset 30eab78 in mainline for kernel/generic/src/adt/list.c
- Timestamp:
- 2017-06-27T17:14:57Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 39b0a51
- Parents:
- b76ce3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/adt/list.c
rb76ce3f 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.