Add explicit function prototypes
This commit is contained in:
parent
a2161ba1b0
commit
07645647d9
41 changed files with 163 additions and 104 deletions
|
|
@ -33,8 +33,9 @@
|
|||
#include "sj_hinshi.h"
|
||||
#include "kanakan.h"
|
||||
|
||||
int terminate();
|
||||
void setclrec(), srchfzk();
|
||||
int terminate(TypeCnct right, unsigned char * yomi);
|
||||
void setclrec(JREC * jrec, unsigned char * yptr, TypeCnct right);
|
||||
void srchfzk(JREC * jrec, unsigned char * yptr, TypeCnct right, int level);
|
||||
|
||||
void mkbunsetsu(void) {
|
||||
JREC* jrec;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue