Git - code.swisschili.sh
code.swisschili.sh
/
6502
/
dab15a62100fca488c5bbbfed678aa63eec450d4
/
.
/
as
/
hash.h
blob: a1312cd9716fd102c11dbd71fc6f330c90e88d11 [
file
] [
log
] [
blame
]
swissChili
ca0d2e2
2020-08-16 15:09:25 -0700
[
diff
] [
blame
]
1
#ifndef
LIBASM_HASH_H
2
#define
LIBASM_HASH_H
3
4
#include
<stdint.h>
5
6
uint32_t
hash
(
char
*
str
);
7
8
9
#endif