kopia lustrzana https://github.com/Guenael/rtlsdr-wsprd
5 wiersze
167 B
C
5 wiersze
167 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
uint32_t nhash( const void * key, size_t length, uint32_t initval);
|
||
|
|
uint32_t nhash_( void const * key, size_t const * length, uint32_t const * initval);
|