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

@ -344,6 +344,8 @@ typedef unsigned short wchar16_t;
extern wchar16_t* WcMessages[];
struct wordent;
struct wcvtkey {
wchar16_t* key_word;
wchar16_t key_seq[SEQLEN];
@ -351,7 +353,7 @@ struct wcvtkey {
struct functbl {
wchar16_t* keyword;
int (*func)();
int (*func)(struct wordent* word);
};
#endif