会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
No Dream 为什么会存在,为何如此设计,不存在会如何 勤翻设计模式
架构底端
博客园
首页
新随笔
联系
订阅
管理
2017年5月8日
incompatible implicit declaration of built-in function 'fabs'
摘要: 形如: float a = -3.0; float b = fabs(a); 形参数据类型和实参数据类型完全一致,却还报警告: incompatible implicit declaration of built-in function 'fabs' 只要包含头文件#include <math.h>
阅读全文
posted @ 2017-05-08 16:51 any91
阅读(1003)
评论(0)
推荐(0)
编辑