uthash.c
v2.3.0
Published
C macros for hash tables and more; Troy D. Hanson (2005).
Maintainers
Readme
Documentation for uthash, by Troy D. Hanson, is available at:
https://troydhanson.github.io/uthash/
Installation
Run:
$ npm i uthash.cAnd then include uthash.h, and related header files as follows:
#include "node_modules/uthash.c/src/utarray.h"
#include "node_modules/uthash.c/src/uthash.h"
#include "node_modules/uthash.c/src/utlist.h"
#include "node_modules/uthash.c/src/utringbuffer.h"
#include "node_modules/uthash.c/src/utstack.h"
#include "node_modules/uthash.c/src/utstring.h"