mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
added decl for PyComplex_AsCComplex
This commit is contained in:
parent
3d1f09557b
commit
5990592b71
@ -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_ImagAsDouble Py_PROTO((PyObject *op));
|
||||
extern complex PyComplex_AsCComplex Py_PROTO((PyObject *op));
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user