Commit 83dd5312 authored by Guido van Rossum's avatar Guido van Rossum

Export float_buf_repr() interface, for marshalling of floats.

parent 0fd8377b
...@@ -70,7 +70,7 @@ getfloatvalue(op) ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment