Add explicit function prototypes
This commit is contained in:
parent
a2161ba1b0
commit
07645647d9
41 changed files with 163 additions and 104 deletions
11
mk2claus.c
11
mk2claus.c
|
|
@ -30,9 +30,14 @@
|
|||
#include "sj_kcnv.h"
|
||||
#include "sj_right.h"
|
||||
|
||||
int terminate(), priority();
|
||||
void mkjiritsu(), mkbunsetsu(), wakachi(), pritiny();
|
||||
void free_clall(), free_jall();
|
||||
int terminate(TypeCnct right, unsigned char * yomi);
|
||||
int priority(CLREC * clrec);
|
||||
void mkjiritsu(int mode);
|
||||
void mkbunsetsu(void);
|
||||
void wakachi(void);
|
||||
void pritiny(void);
|
||||
void free_clall(CLREC * p);
|
||||
void free_jall(JREC * p);
|
||||
static int set2nd(CLREC * clrec)
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue