Add explicit function prototypes
This commit is contained in:
parent
6bea197400
commit
b82d393de3
40 changed files with 162 additions and 103 deletions
|
|
@ -29,8 +29,11 @@
|
|||
|
||||
#include "sj_kcnv.h"
|
||||
|
||||
void free_clall(), free_jall(), mkjiritu(), mkbunsetu();
|
||||
void wakachi();
|
||||
void mkjiritu(int mode);
|
||||
void mkbunsetu(void);
|
||||
void free_clall(CLREC * p);
|
||||
void free_jall(JREC * p);
|
||||
void wakachi(void);
|
||||
void selclrec(void)
|
||||
{
|
||||
int len;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue