]>
git.cameronkatri.com Git - mandoc.git/blob - test-ohash.c
6 void *xalloc(size_t sz
, void *arg
) { return(calloc(sz
,1)); }
7 void xfree(void *p
, size_t sz
, void *arg
) { free(p
); }
14 i
.halloc
= i
.alloc
= xalloc
;
16 ohash_init(&h
, 2, &i
);