vg4->hash->setstr()
Insert an entry with string-value into a hash.
SYNTAX
void
vg4->hash->setstr(struct VG_Hash *hsh,
const char *key,
const char *val)
FUNCTION PARAMETERS
hsh | Hash |
key | Key |
val | Value |
DESCRIPTION
Insert an entry with string-value into a hash.
SEE ALSO