changed structure
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#ifndef HASH_FNV_H
|
||||
#define HASH_FNV_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
uint32_t hasher(void *data, size_t len);
|
||||
Reference in New Issue
Block a user