Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/mingw32/Python27/include/dtoa.h @ 87:2a2c65a20a8b
Add Python libs and headers
author | Chris Cannam |
---|---|
date | Wed, 25 Feb 2015 14:05:22 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
86:413a9d26189e | 87:2a2c65a20a8b |
---|---|
1 #ifndef PY_NO_SHORT_FLOAT_REPR | |
2 #ifdef __cplusplus | |
3 extern "C" { | |
4 #endif | |
5 | |
6 PyAPI_FUNC(double) _Py_dg_strtod(const char *str, char **ptr); | |
7 PyAPI_FUNC(char *) _Py_dg_dtoa(double d, int mode, int ndigits, | |
8 int *decpt, int *sign, char **rve); | |
9 PyAPI_FUNC(void) _Py_dg_freedtoa(char *s); | |
10 | |
11 | |
12 #ifdef __cplusplus | |
13 } | |
14 #endif | |
15 #endif |