1 Star 0 Fork 0

蒙海康/lua-cjson

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
fpconv.h 518 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mark Pulford 提交于 2016-04-12 22:21 . Fix clang undefined-inline warning
/* Lua CJSON floating point conversion routines */
/* Buffer required to store the largest string representation of a double.
*
* Longest double printed with %.14g is 21 characters long:
* -1.7976931348623e+308 */
# define FPCONV_G_FMT_BUFSIZE 32
#ifdef USE_INTERNAL_FPCONV
static inline void fpconv_init()
{
/* Do nothing - not required */
}
#else
extern void fpconv_init();
#endif
extern int fpconv_g_fmt(char*, double, int);
extern double fpconv_strtod(const char*, char**);
/* vi:ai et sw=4 ts=4:
*/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/menghaikang/lua-cjson.git
git@gitee.com:menghaikang/lua-cjson.git
menghaikang
lua-cjson
lua-cjson
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385