reactor-c 1.0
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
pointer_hashmap.h
Go to the documentation of this file.
1
32
33#define HASHMAP(token) hashmap_object2int##_##token
34#define K void*
35#define V int
36#define HASH_OF(key) (size_t)key
37#include "hashmap.h"
38#undef HASHMAP
39#undef K
40#undef V
41#undef HASH_OF
Defines a generic, non-resizing hashmap data type.