mirror of
https://github.com/python/cpython.git
synced 2025-11-27 05:44:16 +00:00
added decl for PyComplex_AsCComplex
This commit is contained in:
parent
3d1f09557b
commit
5990592b71
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ extern PyObject *PyComplex_FromDoubles Py_PROTO((double real, double imag));
|
||||||
|
|
||||||
extern double PyComplex_RealAsDouble Py_PROTO((PyObject *op));
|
extern double PyComplex_RealAsDouble Py_PROTO((PyObject *op));
|
||||||
extern double PyComplex_ImagAsDouble Py_PROTO((PyObject *op));
|
extern double PyComplex_ImagAsDouble Py_PROTO((PyObject *op));
|
||||||
|
extern complex PyComplex_AsCComplex Py_PROTO((PyObject *op));
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue