首页
编程
java
php
前端
首页
编程
java
php
前端
函数隐式声明警告怎么解决
遇到implicit declaration of function问题怎么解决
在main函数那边声明一下。
extern int exchange(int *xp, int y);
点击展开全文