Rewrite some functions to ANSI style.

This commit is contained in:
Kees van Reeuwijk
2010-01-27 10:19:13 +00:00
parent e0f7043e04
commit c6eb51d66a
17 changed files with 71 additions and 145 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ for initializing a character array in C.
#include <string.h>
#include <unistd.h>
char *progname;
unsigned char buf[1024];
static char *progname;
static unsigned char buf[1024];
static void fatal(char *fmt, ...);
static void usage(void);