mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Export float_buf_repr() interface, for marshalling of floats.
This commit is contained in:
parent
dce2e3d8f5
commit
27dec7e376
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ getfloatvalue(op)
|
||||||
|
|
||||||
/* Methods */
|
/* Methods */
|
||||||
|
|
||||||
static void
|
void
|
||||||
float_buf_repr(buf, v)
|
float_buf_repr(buf, v)
|
||||||
char *buf;
|
char *buf;
|
||||||
floatobject *v;
|
floatobject *v;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue