1 #ifndef RZ_STR_CONSTPOOL_H
2 #define RZ_STR_CONSTPOOL_H
struct rz_str_constpool_t RzStrConstPool
RZ_API const char * rz_str_constpool_get(RzStrConstPool *pool, const char *str)
RZ_API void rz_str_constpool_fini(RzStrConstPool *pool)
RZ_API bool rz_str_constpool_init(RzStrConstPool *pool)