Name
rs_getlist — Returns the address of the tail node in the RSplayTree
Synopsis
#include "rsplay.h"
| struct rsplaynode * **rs_getlist** (
| sl)
; | |
Description
Returns the address of the tail node in the RSplayTree
.
- sl
-
The root of an “rsplaytree”.
Returns the address of the tail “rsplaynode”, or NULL
for an empty list.
It is legal to call this function in any thread.
See Also
rs_next, “rsplaynode”, and “rsplaytree”.
Was this page helpful?