summaryrefslogtreecommitdiffstats
path: root/games/ppt/ppt.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/ppt/ppt.c')
-rw-r--r--games/ppt/ppt.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/games/ppt/ppt.c b/games/ppt/ppt.c
index 2df8ef2..e0ae5e1 100644
--- a/games/ppt/ppt.c
+++ b/games/ppt/ppt.c
@@ -46,13 +46,12 @@ static const char rcsid[] =
#endif /* not lint */
#include <stdio.h>
+#include <stdlib.h>
static void putppt(int);
int
-main(argc, argv)
- int argc;
- char **argv;
+main(int argc, char **argv)
{
int c;
char *p;
@@ -69,8 +68,7 @@ main(argc, argv)
}
static void
-putppt(c)
- int c;
+putppt(int c)
{
int i;
OpenPOWER on IntegriCloud