Add explicit function prototypes
This commit is contained in:
parent
6bea197400
commit
b82d393de3
40 changed files with 162 additions and 103 deletions
6
kigou.c
6
kigou.c
|
|
@ -39,13 +39,15 @@ static int lastcode = BEGIN_CODE;
|
|||
|
||||
static unsigned short row, col;
|
||||
|
||||
void input_kigou();
|
||||
void input_kigou(int basecode, int code, int increse);
|
||||
int kigou(void)
|
||||
{
|
||||
extern int keyvalue;
|
||||
int increse, code, basecode;
|
||||
int inc, ki, low;
|
||||
unsigned short num, CheckCcode(), strtocode();
|
||||
unsigned short num;
|
||||
unsigned short CheckCcode(wchar16_t c);
|
||||
unsigned short strtocode(void);
|
||||
int rval;
|
||||
|
||||
increse = INCRESE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue