Convert K&R definitions to ANSI C

This commit is contained in:
Nishi 2026-06-18 14:01:01 +09:00
commit a2161ba1b0
45 changed files with 521 additions and 1073 deletions

View file

@ -45,8 +45,7 @@
extern int force_flag;
extern int verbose_flag;
extern int _sys_code;
static void touroku(y, k, h) char *y, *k, *h;
static void touroku(char * y, char * k, char * h)
{
int err;
int grm;
@ -124,8 +123,7 @@ static void touroku(y, k, h) char *y, *k, *h;
}
}
void
dictmake(input) char* input;
void dictmake(char * input)
{
unsigned char buf[BUFSIZ];
FILE* fp;