My Project
Loading...
Searching...
No Matches
hash_me.h
Go to the documentation of this file.
1#ifndef HASH_ME_H
2#define HASH_ME_H
3#include <stdint.h> /* defines uint32_t etc */
4#include <stddef.h> /* size_t */
5#ifdef __cplusplus
6extern "C" {
7#endif
8uint32_t hashlittle( const void *key, size_t length);
9#ifdef __cplusplus
10}
11#endif
12#endif
uint32_t hashlittle(const void *key, size_t length)
Definition hash_me.c:68
static BOOLEAN length(leftv result, leftv arg)
Definition interval.cc:257