Add explicit function prototypes

This commit is contained in:
Nishi 2026-06-18 14:11:47 +09:00
commit b82d393de3
40 changed files with 162 additions and 103 deletions

View file

@ -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;