Add explicit function prototypes
This commit is contained in:
parent
6bea197400
commit
b82d393de3
40 changed files with 162 additions and 103 deletions
11
mk2claus.c
11
mk2claus.c
|
|
@ -30,9 +30,14 @@
|
|||
#include "sj_kcnv.h"
|
||||
#include "sj_right.h"
|
||||
|
||||
int terminate(), priority();
|
||||
void mkjiritu(), mkbunsetu(), wakachi(), pritiny();
|
||||
void free_clall(), free_jall();
|
||||
int terminate(TypeCnct right, unsigned char * yomi);
|
||||
int priority(CLREC * clrec);
|
||||
void mkjiritu(int mode);
|
||||
void mkbunsetu(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