freebsd-dev/games/primes
Colin Percival eb5ea45ba8 Switch primes(6) from using unsigned long to using uint64_t. This fixes
'limited range of type' warnings about comparisons on 32-bit systems, and
allows 32-bit systems to compute the full range of primes.
2014-09-27 09:00:38 +00:00
..
Makefile
pattern.c
pr_tbl.c
primes.c Switch primes(6) from using unsigned long to using uint64_t. This fixes 2014-09-27 09:00:38 +00:00
primes.h Switch primes(6) from using unsigned long to using uint64_t. This fixes 2014-09-27 09:00:38 +00:00
spsp.c