]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.10/Include/dtoa.h
AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 1/5.
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.10 / Include / dtoa.h
CommitLineData
c8042e10
DM
1#ifndef PY_NO_SHORT_FLOAT_REPR\r
2#ifdef __cplusplus\r
3extern "C" {\r
4#endif\r
5\r
6PyAPI_FUNC(double) _Py_dg_strtod(const char *str, char **ptr);\r
7PyAPI_FUNC(char *) _Py_dg_dtoa(double d, int mode, int ndigits,\r
8 int *decpt, int *sign, char **rve);\r
9PyAPI_FUNC(void) _Py_dg_freedtoa(char *s);\r
10\r
11\r
12#ifdef __cplusplus\r
13}\r
14#endif\r
15#endif\r