Git - code.swisschili.sh
code.swisschili.sh
/
6502
/
abccdfcd20d5ba84ae11d82e58ee5d21f18c1c4d
/
.
/
as
/
hash.h
blob: a1312cd9716fd102c11dbd71fc6f330c90e88d11 [
file
] [
log
] [
blame
]
#ifndef
LIBASM_HASH_H
#define
LIBASM_HASH_H
#include
<stdint.h>
uint32_t
hash
(
char
*
str
);
#endif