]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.10/Include/dtoa.h
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[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
deleted file mode 100644 (file)
index c7e80bc..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#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