#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | SIZEOF_LONG 8 |
#define | SIZEOF_VOID_P 8 |
#define | SIZEOF_MAP_USIZE_T 8 |
Typedefs | |
typedef int64_t | map_ssize_t |
typedef uint64_t | map_usize_t |
typedef char | char_name[33] |
#define SIZEOF_LONG 8 |
Definition at line 8 of file cg_hash_types.h.
#define SIZEOF_VOID_P 8 |
Definition at line 9 of file cg_hash_types.h.
#define SIZEOF_MAP_USIZE_T 8 |
Definition at line 13 of file cg_hash_types.h.
typedef int64_t map_ssize_t |
Definition at line 11 of file cg_hash_types.h.
typedef uint64_t map_usize_t |
Definition at line 12 of file cg_hash_types.h.
typedef char char_name[33] |
Definition at line 19 of file cg_hash_types.h.