Rizin
unix-like reverse engineering framework and cli tools
ht_uu.c File Reference
#include "ht_uu.h"
#include "ht_inc.c"

Go to the source code of this file.

Functions

RZ_API HtName_ (Ht)
 

Function Documentation

◆ HtName_()

RZ_API HtName_ ( Ht  )
new

Definition at line 10 of file ht_uu.c.

10  {
11  HT_(Options)
12  opt = {
13  .cmp = NULL,
14  .hashfn = NULL,
15  .dupkey = NULL,
16  .dupvalue = NULL,
17  .calcsizeK = NULL,
18  .calcsizeV = NULL,
19  .freefn = NULL
20  };
21  return Ht_(new_opt)(&opt);
22 }
#define NULL
Definition: cris-opc.c:27
#define HT_(name)
Definition: ht_inc.h:45
#define Ht_(name)
Definition: ht_inc.h:44

References Ht_, HT_, ht_primes_sizes, and NULL.