Add explicit function prototypes
This commit is contained in:
parent
6bea197400
commit
b82d393de3
40 changed files with 162 additions and 103 deletions
2
code.c
2
code.c
|
|
@ -44,7 +44,7 @@ static int ccnt = 0;
|
|||
int codeconv(wchar16_t c, unsigned int * rkstr)
|
||||
{
|
||||
unsigned short ccode, i;
|
||||
unsigned short CheckCcode();
|
||||
unsigned short CheckCcode(wchar16_t c);
|
||||
extern int erase_char;
|
||||
|
||||
if(c == erase_char) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue