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
8
hinshi.c
8
hinshi.c
|
|
@ -221,9 +221,7 @@ static struct hlist {
|
|||
{TANKANJI, "\303\261\264\301"},
|
||||
{IKKATU, "\260\354\263\347"},
|
||||
{0, 0}};
|
||||
|
||||
char* hns2str(code)
|
||||
int code;
|
||||
char* hns2str(int code)
|
||||
{
|
||||
struct hlist* p;
|
||||
|
||||
|
|
@ -234,9 +232,7 @@ int code;
|
|||
|
||||
return "ERROR";
|
||||
}
|
||||
|
||||
int str2hns(str)
|
||||
char* str;
|
||||
int str2hns(char * str)
|
||||
{
|
||||
struct hlist* p;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue