keil 编译出现这个警告,是因为你没有包含或引用函数原型例如:你在exit.c定义了void math()函数但在主函数调用的时候需要先声明一下extern void math(); ...
確定! 回上一頁