2026-04-27 22:55:07 -05:00

15 lines
204 B
C

#pragma once
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
uint32_t grandlecturn_hash(const int32_t key);
uint32_t midnightmeadow_hash(const int32_t key);
#ifdef __cplusplus
}
#endif