Add explicit function prototypes
This commit is contained in:
parent
6bea197400
commit
b82d393de3
40 changed files with 162 additions and 103 deletions
|
|
@ -32,8 +32,9 @@
|
|||
#include "sj_hinsi.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 wakachi(void) {
|
||||
JREC* jrec;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue