Tinyhash
This is a library containing multiple C implementations of hashmap.
Loading...
Searching...
No Matches
src
common
types.h
Go to the documentation of this file.
1
#ifndef __TINYHASH_COMMON_TYPES_H__
2
#define __TINYHASH_COMMON_TYPES_H__
3
8
typedef
void
*
th_any_t
;
9
14
typedef
void
*
th_generic_table_t
;
15
16
#endif
th_generic_table_t
void * th_generic_table_t
Represents any table.
Definition
types.h:14
th_any_t
void * th_any_t
Represent any type of data.
Definition
types.h:8
Generated by
1.10.0