| copy_shash - copy a shash |
#include <hash.h> shash copy_shash (pool, shash); |
| Copy a shash into a new pool. This function copies the keys and values, but if keys and values are pointers, then it does not perform a 'deep' copy. |
| Richard Jones <rich@annexia.org> |
| GNU LGPL (see http://www.gnu.org/) |
| c2lib-1.2.13 |