mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
701339ea1d
git-svn-id: file:///svn/tokudb@126 c7de825b-a66e-492c-adef-691d508d4ae1
4 lines
128 B
C
4 lines
128 B
C
/* Return the smallest prime >= 2^(idx+1)
|
|
* Only works for idx<30 */
|
|
int get_prime (unsigned int idx);
|
|
void test_primes(void);
|