Add explicit function prototypes
This commit is contained in:
parent
a2161ba1b0
commit
07645647d9
41 changed files with 163 additions and 104 deletions
4
fuzoku.c
4
fuzoku.c
|
|
@ -32,8 +32,8 @@
|
|||
#include "sj_right.h"
|
||||
#include "sj_yomi.h"
|
||||
|
||||
CLREC* argclrec();
|
||||
int terminate();
|
||||
CLREC* argclrec(int len);
|
||||
int terminate(TypeCnct right, unsigned char * yomi);
|
||||
static int fzkstrcmp(unsigned char * yptr, unsigned char * fzkp, int * saml)
|
||||
{
|
||||
int asklen, nkrlen;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue