7 lines
72 B
C
7 lines
72 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
uint32_t
|
|
inthash(const int32_t key);
|