hash_erase

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

hash_erase, _hash_erase - erase a key from a hash

SYNOPSIS

#include <hash.h>

#define hash_erase(h,key) _hash_erase((h),&(key))
int _hash_erase (hash, const void *key);

DESCRIPTION

Erase key from the hash. If an element was erased, this returns true, else this returns false.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

GNU LGPL (see http://www.gnu.org/)

VERSION

c2lib-1.2.13