Convert K&R definitions to ANSI C
This commit is contained in:
parent
787febbd07
commit
a2161ba1b0
45 changed files with 521 additions and 1073 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue