My Project
Loading...
Searching...
No Matches
resources
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
6
extern
"C"
{
7
#endif
8
uint32_t
hashlittle
(
const
void
*key,
size_t
length
);
9
#ifdef __cplusplus
10
}
11
#endif
12
#endif
hashlittle
uint32_t hashlittle(const void *key, size_t length)
Definition
hash_me.c:68
length
static BOOLEAN length(leftv result, leftv arg)
Definition
interval.cc:257
Generated on
for My Project by
doxygen 1.16.1
for
Singular