mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* lib/next-prime.h: New file, based on lib/hash.c. * lib/next-prime.c: New file, based on lib/hash.c. * modules/next-prime: New file. * lib/hash.c: Include next-prime.h. (is_prime, next_prime): Remove functions. * modules/hash (Depends-on): Add next-prime.
25 lines
261 B
Plaintext
25 lines
261 B
Plaintext
Description:
|
|
Finding the next prime >= a given small integer.
|
|
|
|
Files:
|
|
lib/next-prime.h
|
|
lib/next-prime.c
|
|
|
|
Depends-on:
|
|
bool
|
|
stdint-h
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += next-prime.h next-prime.c
|
|
|
|
Include:
|
|
"next-prime.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|