Use BSD style function definitions
This commit is contained in:
parent
9418101293
commit
92b14e9c77
6
printf.c
6
printf.c
@ -8,12 +8,14 @@
|
||||
#include "utf.h"
|
||||
#include "util.h"
|
||||
|
||||
static void usage(void)
|
||||
static void
|
||||
usage(void)
|
||||
{
|
||||
eprintf("%s format [arg ...]\n", argv0);
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
Rune *rarg;
|
||||
size_t i, j, argi, lastargi, formatlen, arglen;
|
||||
|
Loading…
x
Reference in New Issue
Block a user