diff options
Diffstat (limited to 'games/factor/factor.c')
-rw-r--r-- | games/factor/factor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/factor/factor.c b/games/factor/factor.c index 34f0b57..7097d57 100644 --- a/games/factor/factor.c +++ b/games/factor/factor.c @@ -88,8 +88,8 @@ extern ubig *pr_limit; /* largest prime in the prime array */ int hflag; -void pr_fact __P((ubig)); /* print factors of a value */ -void usage __P((void)); +void pr_fact(ubig); /* print factors of a value */ +void usage(void); int main(argc, argv) |