6 lines
83 B
C
6 lines
83 B
C
#ifndef HASHTABLE_H
|
|
#define HASHTABLE_H
|
|
|
|
st32 get_hash_code(ut32 ins_pos);
|
|
|
|
#endif
|