love-demo2/include/inthash.h
2026-03-11 00:20:14 -05:00

15 lines
145 B
C

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