mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 03:53:33 +00:00
11 lines
343 B
C
11 lines
343 B
C
|
#ifndef COSMOPOLITAN_LIBC_STR_HIGHWAYHASH64_H_
|
||
|
#define COSMOPOLITAN_LIBC_STR_HIGHWAYHASH64_H_
|
||
|
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||
|
COSMOPOLITAN_C_START_
|
||
|
|
||
|
uint64_t HighwayHash64(const uint8_t *, size_t, const uint64_t[4]);
|
||
|
|
||
|
COSMOPOLITAN_C_END_
|
||
|
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||
|
#endif /* COSMOPOLITAN_LIBC_STR_HIGHWAYHASH64_H_ */
|