10 lines
263 B
C
10 lines
263 B
C
#include "guf_test_dict_impl.h"
|
|
|
|
#define GUF_DICT_KEY_T guf_cstr_const
|
|
#define GUF_DICT_KEY_T_EQ guf_cstr_const_eq
|
|
#define GUF_DICT_KEY_HASH guf_cstr_const_hash
|
|
#define GUF_DICT_VAL_T int
|
|
#define GUF_DICT_NAME dict_cstr_int
|
|
#define GUF_IMPL
|
|
#include "guf_dict.h"
|