| new_sash - allocate a new sash (string hash) |
#include <hash.h> sash new_sash (pool); |
| 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. |
| Richard Jones <rich@annexia.org> |
| GNU LGPL (see http://www.gnu.org/) |
| c2lib-1.2.13 |