mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
6 lines
202 B
C
6 lines
202 B
C
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
|
|
|
|
/* Return the smallest prime >= 2^(idx+1)
|
|
* Only works for idx<30 */
|
|
int toku_get_prime (unsigned int idx);
|
|
void toku_test_primes(void);
|