new_sash

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

new_sash - allocate a new sash (string hash)

SYNOPSIS

#include <hash.h>

sash new_sash (pool);

DESCRIPTION

Allocate a new sash in pool mapping strings to strings.
Use a string hash in preference to a hash of char * -> char * 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