Your IP : 216.73.216.48


Current Path : /usr/X11/share/xpaint/include/
Upload File :
Current File : //usr/X11/share/xpaint/include/hash.h

/* $Id: hash.h,v 1.17 2005/03/20 20:15:32 demailly Exp $ */

/* hash.c */
void *HashCreate(int (*cmp) (void *, void *), void (*free) (void *), int nelem);
void HashDestroy(void *t);
void *HashFind(void *t, int value, void *val);
int HashAdd(void *t, int value, void *val);
int HashRemove(void *t, int value, void *elem);