diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:33:25 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:33:25 +0000 |
| commit | d3cb5ded92a4fcf21400c9742ca884549bebc99e (patch) | |
| tree | bdbefa52f70f43a70ad528a58194f71ca4abf1e3 /usr.bin/printf/printf.c | |
| parent | f1bb2cd2aa7488657658fbc09aae2ead579049ab (diff) | |
Notes
Diffstat (limited to 'usr.bin/printf/printf.c')
| -rw-r--r-- | usr.bin/printf/printf.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index 37b18f13d50b..64fb1276a5a5 100644 --- a/usr.bin/printf/printf.c +++ b/usr.bin/printf/printf.c @@ -88,15 +88,15 @@ static const char rcsid[] = } \ } -static int asciicode __P((void)); -static void escape __P((char *)); -static int getchr __P((void)); -static double getdouble __P((void)); -static int getint __P((int *)); -static int getquad __P((quad_t *)); -static const char *getstr __P((void)); -static char *mklong __P((char *, int)); -static void usage __P((void)); +static int asciicode(void); +static void escape(char *); +static int getchr(void); +static double getdouble(void); +static int getint(int *); +static int getquad(quad_t *); +static const char *getstr(void); +static char *mklong(char *, int); +static void usage(void); static char **gargv; |
