1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/next-prime
Bruno Haible 0b953ba828 New module next-prime.
* 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.
2025-04-30 01:52:17 +02:00

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