VgaGames4 - hash man-pages

[.. upper level ..]

vg4->hash->get()

Return the value of an entry from a hash.

SYNTAX
void * vg4->hash->get(struct VG_Hash *hsh, const char *key, size_t *sval)

FUNCTION PARAMETERS
hsh Hash
key Key
sval If not NULL: for returning number of bytes in the returned value

RETURN VALUE
Pointer to value, which may be NULL if the entry has no value

DESCRIPTION
Return the value of an entry from a hash.

SEE ALSO
vg4->hash->set() vg4->hash->setstr()