/******************************************************************************/ /* HashSet for C99, by LoRd_MuldeR */ /* This work has been released under the CC0 1.0 Universal license! */ /******************************************************************************/ #include #define NAME_SUFFIX 32 typedef hash_map32_t hash_map_t; typedef uint32_t key_t; #include "generic_hash_map.h"