new_shash

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

new_shash - allocate a new shash (string -> something hash)

SYNOPSIS

#include <hash.h>

#define new_shash(pool,value_type) _shash_new ((pool), sizeof (value_type))

DESCRIPTION

Allocate a new shash in pool mapping strings to strings.
Use a shash in preference to a hash of char * -> something which will probably not quite work as you expect.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

GNU LGPL (see http://www.gnu.org/)

VERSION

c2lib-1.2.13