vg4->hash->getint()
Return the integer-value of an entry from a hash.
SYNTAX
int
vg4->hash->getint(struct VG_Hash *hsh, const char *key)
FUNCTION PARAMETERS
hsh | Hash |
key | Key |
RETURN VALUE
Integer-value
DESCRIPTION
Return the integer-value of an entry from a hash.
This function must be used if the hash-entry was inserted with vg4->hash->setint().
SEE ALSO