Allow for static initialisation.
authorNot Zed <notzed@gmail.com>
Sat, 9 May 2020 22:54:28 +0000 (08:24 +0930)
committerNot Zed <notzed@gmail.com>
Sat, 9 May 2020 22:54:28 +0000 (08:24 +0930)
commit4a079556fda3d05d8f7b0f1978b60e3c2982ba4c
tree0806979046494ee589bedbd96c2eec6a3ef56a0b
parent432bbb4e4a356c932af22f146e3ba2fb763059e4
Allow for static initialisation.
 remove set_create
 set_init clears fields
 EZ_SET_INIT takes callback parameters
 set_put creates the table if necessary
 other functions noop on an unallocated table (mask == 0)
ez-set.c
ez-set.h
test-set.c