mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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 */
|
||||
|
||||
static void
|
||||
void
|
||||
float_buf_repr(buf, v)
|
||||
char *buf;
|
||||
floatobject *v;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue