logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

skipDelete - delete an item.

Arguments

       list - list to delete item from.
       key - key identifying value to delete.

Description

       Delete the item associated with <key> from <list>.

       MT-Level: Safe if <list> thread-safe.

Name

       skipDelete  - delete an item.

Return Value

       None.

See Also

skipDelete(3), skipFreeList(3), skipRelease(3), skipInsert(3), skipSearch(3), skipNext(3), skipNewList

ClearSilver                                       12 July 2007                                     skipDelete(3)

Synopsis

       #include <util/skiplist.h>

       void skipDelete(skipList list, UINT32 key);

See Also