X-Git-Url: http://cgit.sxemacs.org/?p=sxemacs;a=blobdiff_plain;f=src%2Fprint.c;h=d1d3c2ab5b8a7d351649296edcd60f99e4d49727;hp=47c5f48286d5dbdff2e3ba03017861f9b961bbe1;hb=182f58aeacc32908883b6b7d8d808c0ca16b5c0a;hpb=fef249060579771eb4f43bfb4cd7ebe827c6a633 diff --git a/src/print.c b/src/print.c index 47c5f48..d1d3c2a 100644 --- a/src/print.c +++ b/src/print.c @@ -912,6 +912,8 @@ Display ERROR-OBJECT on STREAM in a user-friendly way. Lisp_Object Vfloat_output_format; +void float_to_string(char *buf, fpfloat data, int maxlen); + /* * This buffer should be at least as large as the max string size of the * largest float, printed in the biggest notation. This is undoubtedly