2 * The UCW Library -- Prime numbers
4 * (c) 2008 Michal Vaner <vorner@ucw.cz>
6 * Code taken from ucw/lib.h by:
8 * (c) 1997--2008 Martin Mares <mj@ucw.cz>
9 * (c) 2005 Tomas Valla <tom@ucw.cz>
10 * (c) 2006 Robert Spalek <robert@ucw.cz>
11 * (c) 2007 Pavel Charvat <pchar@ucw.cz>
13 * This software may be freely distributed and used according to the terms
14 * of the GNU Lesser General Public License.
29 uns next_table_prime(uns x);
30 uns prev_table_prime(uns x);
32 #endif // _UCW_PRIME_H