Name
sl_init — Initialize a Skiplist
Synopsis
#include "skiplist.h"
| void * **sl_init** (
| sl)
; | |
Description
Initialize a Skiplist.
- sl
-
The Skiplist.
This function returns void.
It is legal to call this function in any thread but Skiplist functions are not thread safe.
See Also
Was this page helpful?