1 #ifndef LIBDERP_COMMON_H
2 #define LIBDERP_COMMON_H
10 typedef int comparator(const void *, const void *, void *aux);
11 typedef unsigned long hashfn(const void *);
12 typedef void dtor(void *, void *aux);
14 /* stdlib func wrappers that take (and ignore) aux param */
17 comparator derp_strcmp;