Skip to content

Commit

Permalink
typedef hash table iter
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFrenik committed Apr 7, 2024
1 parent 1b2c64b commit d3c308a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2097,6 +2097,7 @@ uint32_t gs_hash_table_get_key_index_func(void** data, void* key, size_t key_len
/*===== Hash Table Iterator ====*/

typedef uint32_t gs_hash_table_iter;
typedef gs_hash_table_iter gs_hash_table_iter_t;

gs_force_inline
uint32_t __gs_find_first_valid_iterator(void* data, size_t key_len, size_t val_len, uint32_t idx, size_t stride, size_t klpvl)
Expand Down

0 comments on commit d3c308a

Please sign in to comment.