]> git.proxmox.com Git - mirror_edk2.git/blobdiff - 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
diff --git a/AppPkg/Applications/Python/Python-2.7.10/Include/dtoa.h b/AppPkg/Applications/Python/Python-2.7.10/Include/dtoa.h
new file mode 100644 (file)
index 0000000..c7e80bc
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef PY_NO_SHORT_FLOAT_REPR\r
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif\r
+\r
+PyAPI_FUNC(double) _Py_dg_strtod(const char *str, char **ptr);\r
+PyAPI_FUNC(char *) _Py_dg_dtoa(double d, int mode, int ndigits,\r
+                        int *decpt, int *sign, char **rve);\r
+PyAPI_FUNC(void) _Py_dg_freedtoa(char *s);\r
+\r
+\r
+#ifdef __cplusplus\r
+}\r
+#endif\r
+#endif\r