Tinyhash
This is a library containing multiple C implementations of hashmap.
Loading...
Searching...
No Matches
Typedefs
types.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void * th_any_t
 Represent any type of data.
 
typedef void * th_generic_table_t
 Represents any table.
 

Typedef Documentation

◆ th_any_t

typedef void* th_any_t

Represent any type of data.

Definition at line 8 of file types.h.

◆ th_generic_table_t

typedef void* th_generic_table_t

Represents any table.

Definition at line 14 of file types.h.