Rizin
unix-like reverse engineering framework and cli tools
hashtable.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2013-2021 th0rpe <josediazfer@yahoo.es>
2 // SPDX-License-Identifier: LGPL-3.0-only
3 
4 #ifndef HASHTABLE_H
5 #define HASHTABLE_H
6 
7 st32 get_hash_code(ut32 ins_pos);
8 
9 #endif
uint32_t ut32
st32 get_hash_code(ut32 ins_pos)
Definition: hashtable.c:2801
#define st32
Definition: rz_types_base.h:12