Add explicit function prototypes
This commit is contained in:
parent
a2161ba1b0
commit
07645647d9
41 changed files with 163 additions and 104 deletions
|
|
@ -154,13 +154,15 @@ static unsigned short HZtbl[95] = {
|
|||
0xa3f0, 0xa3f1, 0xa3f2, 0xa3f3, 0xa3f4, 0xa3f5, 0xa3f6, 0xa3f7,
|
||||
0xa3f8, 0xa3f9, 0xa3fa, 0xa1d0, 0xa1c3, 0xa1d1, 0xa1b1};
|
||||
|
||||
#ifdef ADDHK setl_hktozh(void)
|
||||
#ifdef ADDHK
|
||||
int setl_hktozh(void)
|
||||
{
|
||||
int i;
|
||||
unsigned short c, zen1;
|
||||
wchar16_t rstr[2];
|
||||
wchar16_t kstr[2];
|
||||
RkTablW16 * rktp, *mktable();
|
||||
RkTablW16 * rktp;
|
||||
RkTablW16* mktable(wchar16_t * key, int len);
|
||||
|
||||
zen1 = (ZHIRA1 << 8);
|
||||
rstr[1] = '\0';
|
||||
|
|
@ -195,7 +197,8 @@ int mkkigou(void)
|
|||
int i;
|
||||
wchar16_t rstr[2];
|
||||
wchar16_t kstr[2];
|
||||
RkTablW16 *rktp, *mktable();
|
||||
RkTablW16 *rktp;
|
||||
RkTablW16* mktable(wchar16_t * key, int len);
|
||||
|
||||
rstr[1] = '\0';
|
||||
kstr[1] = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue