Go to the documentation of this file.
73 Set
SETinit(
int (*match)(
const void *key1,
const void *key2),
void (*destroy)(
void *data));
102 int SETinsert(Set
set,
const void *data);
233 void SETsort(Set
set,
int (*cmp)(
const void *key1,
const void *key2));
247 void SETtraverse(Set
set,
void (*callback)(
const void *data),
int direction);