| shash_erase - erase a key from a shash |
#include <hash.h> int shash_erase (shash, const char *key); |
| Erase key from the shash. If an element was erased, this returns true, else this returns false. |
| Richard Jones <rich@annexia.org> |
| GNU LGPL (see http://www.gnu.org/) |
| c2lib-1.2.13 |