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

@ -31,8 +31,9 @@
#include "sj_kcnv.h"
#include "kanakan.h"
int sj2cd_chr();
void cvtclknj(), freework();
int sj2cd_chr(unsigned char * euc, unsigned char * yomi);
void cvtclknj(void);
void freework(void);
static CLREC* nextrecblk(void);
static CLREC* prevrecblk(void);