Skip to main content

Name

sl_init — Initialize a Skiplist

Synopsis

#include "skiplist.h"

| void * **sl_init** ( | sl); |   |

Skiplist * <var class="pdparam">sl</var>;

Description

Initialize a Skiplist.

Parameters

sl

The Skiplist.

Return Value

This function returns void.

Threading

It is legal to call this function in any thread but Skiplist functions are not thread safe.

See Also

Was this page helpful?