#ifndef _SMALL_PRIMES_H_d46fa884_ #define _SMALL_PRIMES_H_d46fa884_ /* This file is in the public domain. */ /* * Externs for the table of small primes. * * small_primes[] is the table; n_small_primes is the number of entries * in small_primes[]. */ extern const unsigned short int small_primes[]; extern const int n_small_primes; #endif