Git - code.swisschili.sh
code.swisschili.sh
/
6502
/
dab15a62100fca488c5bbbfed678aa63eec450d4
/
.
/
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