VgaGames 3 - Miscellaneous man-pages

[.. upper level ..]

VG3_hash_new()

Return new created empty hash.
SYNTAX
struct vg3_hash * VG3_hash_new(void)

RETURN VALUE
Returns new created empty hash.

DESCRIPTION
Create an empty hash. A hash can be used to store key-value-pairs, similar to arrays but with strings as key and value.

SEE ALSO
VG3_hash_free() VG3_hash_set() VG3_hash_del() VG3_hash_clear() VG3_hash_isset() VG3_hash_get() VG3_hash_list()