Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/adt/list.c

    r30eab78 rdf13836  
    6969
    7070/** 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 * 
    7575 * @param list Source list to move after pos. Empty afterwards.
    7676 * @param pos Source items will be placed after this item.
Note: See TracChangeset for help on using the changeset viewer.