首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

提议编译的时候加警告 atof

2013-08-11 
建议编译的时候加警告 atof#include stdlib.hdouble atof(const char *nptr)// 使用这函数必须引入std

建议编译的时候加警告 atof
#include <stdlib.h>

       double atof(const char *nptr);// 使用这函数必须引入  <stdlib.h>,
否则会出现奇怪的错误,
建议编译的时候加警告: gcc -o -g -Wall 15 15.c

热点排行