Moved legacy code into archive, ready for a new rapid(?) prototype.
I may regret doing this!
This commit is contained in:
parent
09051a3e63
commit
914c35ead0
114 changed files with 165 additions and 1 deletions
16
archive/c/memory/lookup3.h
Normal file
16
archive/c/memory/lookup3.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/**
|
||||
* lookup3.h
|
||||
*
|
||||
* Minimal header file wrapping Bob Jenkins' lookup3.c
|
||||
*
|
||||
*
|
||||
* (c) 2019 Simon Brooke <simon@journeyman.cc>
|
||||
* Public domain.
|
||||
*/
|
||||
|
||||
#ifndef __lookup3_h
|
||||
#define __lookup3_h
|
||||
|
||||
uint32_t hashword( const uint32_t * k, size_t length, uint32_t initval );
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue