Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2449 → Rev 2450

/branches/rcu/kernel/generic/src/adt/extavl.c
84,7 → 84,7
/** Insert new node into ExtAVL tree.
*
* New node's key must be set.
* New node's key must be set - to that key will be added base (default 0).
*
* @param t ExtAVL tree structure.
* @param newnode New node to be inserted.
705,7 → 705,7
}
 
 
/** Delete node from ExtAVL tree with the smallest key and set base of tree to that key.
/** Delete node from ExtAVL tree with the smallest key.
*
* @param t ExtAVL tree structure.
*/
753,7 → 753,7
*/
t->root = NULL;
}
 
/*
* Delete node from the list.
*/