]>
git.cameronkatri.com Git - mandoc.git/blob - test-ohash.c
6 void *xmalloc(size_t sz
, void *arg
) { return(calloc(1,sz
)); }
7 void *xcalloc(size_t nmemb
, size_t sz
, void *arg
) { return(calloc(nmemb
,sz
)); }
8 void xfree(void *p
, void *arg
) { free(p
); }
18 ohash_init(&h
, 2, &i
);