Xiqual 0.9.1

In file xitools/hash.c:

HashTable* hash_new

(ulong tag1,
  ... )

Create a fixed-size hash table.

Documentation

Create a fixed-size hash table.

Tags

Like many other Xiqual functions, hash_new() requires a set of tags as its parameters. See the hashtest.c source for an example. The recognised tags are as follows:

Parameters:
tag1 - First tag.
Returns:
A blank hash table of the specified size, or NULL on failure.
Author:
Ronny Bangsund
See Also:
hash_free(), hash_find(), hash_add(), hash_newnode(), HashTable, HashNode

Alphabetic index



This page was generated with the help of DOC++.