void init();会出现Warning[349] D:\PIC\lesson4\main.c 9 : non-prototyped function declaration for "init"void init(void);就不会再出现上面那个warning。