VSTa manual pages  - HASH_SIZE (3)

NAME

hash_size - tell how many elements are stored in a hash

CONTENTS

Synopsis
Description
Return Value
See Also

SYNOPSIS

#include <hash.h>
uint hash_size(struct hash *h);

DESCRIPTION

hash_size() returns the size of the hash h.

RETURN VALUE

The size of the hash.

SEE ALSO

hash_alloc(3), hash_dealloc(3), hash_insert(3), hash_delete(3), hash_lookup(3), hash_foreach(3)


HASH_SIZE (3)
Generated by manServer 1.06 from hash_size.3 using man macros.