comparison src/prefix-args.c @ 21514:fa9ff387d260

Fix -Wimplicit warnings.
author Andreas Schwab <schwab@suse.de>
date Tue, 14 Apr 1998 12:25:56 +0000
parents 763c253911c3
children 0c4cb98fb3f4
comparison
equal deleted inserted replaced
21513:984881b316fc 21514:fa9ff387d260
24 If I can't write a completely portable program to do this in C, 24 If I can't write a completely portable program to do this in C,
25 I'm quitting and taking up gardening. */ 25 I'm quitting and taking up gardening. */
26 26
27 #include <stdio.h> 27 #include <stdio.h>
28 28
29 int
29 main (argc, argv) 30 main (argc, argv)
30 int argc; 31 int argc;
31 char **argv; 32 char **argv;
32 { 33 {
33 char *progname; 34 char *progname;