jpayne@69: #ifndef Py_LIMITED_API jpayne@69: #ifndef PY_NO_SHORT_FLOAT_REPR jpayne@69: #ifdef __cplusplus jpayne@69: extern "C" { jpayne@69: #endif jpayne@69: jpayne@69: PyAPI_FUNC(double) _Py_dg_strtod(const char *str, char **ptr); jpayne@69: PyAPI_FUNC(char *) _Py_dg_dtoa(double d, int mode, int ndigits, jpayne@69: int *decpt, int *sign, char **rve); jpayne@69: PyAPI_FUNC(void) _Py_dg_freedtoa(char *s); jpayne@69: PyAPI_FUNC(double) _Py_dg_stdnan(int sign); jpayne@69: PyAPI_FUNC(double) _Py_dg_infinity(int sign); jpayne@69: jpayne@69: jpayne@69: #ifdef __cplusplus jpayne@69: } jpayne@69: #endif jpayne@69: #endif jpayne@69: #endif