7 lines
83 B
C
7 lines
83 B
C
#ifndef hash_H
|
|
#define hash_H
|
|
|
|
uint32_t rokkit(const char *data, int len);
|
|
|
|
#endif
|