aboutsummaryrefslogtreecommitdiff
path: root/fpconv.h
blob: b8a6469137873616d17a075061f7a438e84cc1f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Lua CJSON floating point conversion routines */

/* Buffer larger than required to store the largest %.14g number */
# define FPCONV_G_FMT_BUFSIZE   32

extern void fpconv_update_locale();
extern int fpconv_g_fmt(char*, double, int);
extern double fpconv_strtod(const char*, char**);

/* vi:ai et sw=4 ts=4:
 */