VSTa manual pages - HASH_DELETE (3)
NAME
hash_delete - remove node from hash
CONTENTS
Synopsis
Description
Return Value
See Also
SYNOPSIS
#include <hash.h>
int hash_delete(struct hash *h, long key);
DESCRIPTION
hash_delete() deletes the entry with the key
key from the hash
h.
RETURN VALUE
Returns 1 if the key is not found and 0 on success.
SEE ALSO
hash_alloc(3),
hash_dealloc(3),
hash_insert(3),
hash_lookup(3),
hash_foreach(3),
hash_size(3)
Generated by manServer 1.06 from hash_delete.3 using man macros.