freebsd-dev/games/primes
Bill Fumerola a48e6c8736 staticize functions and variables
change function declarations to ANSI
change a variable that stores sizeof() values to size_t
use return to escape the end of main(), not exit(3)
2002-02-21 18:13:31 +00:00
..
Makefile
pattern.c staticize functions and variables 2002-02-21 18:13:31 +00:00
pr_tbl.c use the typedef 'ubig' to declare pr_limit, not what ubig is typedef'd 2002-02-21 17:33:56 +00:00
primes.c staticize functions and variables 2002-02-21 18:13:31 +00:00
primes.h