X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=snprintf%2Ffloatio.h;h=ad696314289e9f50ede98495b8d8a7f4657c7a91;hb=cd61d9bfa5fd334b086831dcbdec63da6c0d1a16;hp=150813533397106e89110d9821331170d3f75c7b;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/snprintf/floatio.h b/snprintf/floatio.h index 15081353..ad696314 100644 --- a/snprintf/floatio.h +++ b/snprintf/floatio.h @@ -10,6 +10,8 @@ * Chris Torek. */ +#include "ust-helper.h" + /* * Floating point scanf/printf (input/output) definitions. */ @@ -31,6 +33,9 @@ #error "floating point buffers too small" #endif +LTTNG_HIDDEN char *__hdtoa(double, const char *, int, int *, int *, char **); +LTTNG_HIDDEN char *__hldtoa(long double, const char *, int, int *, int *, char **); +LTTNG_HIDDEN char *__ldtoa(long double *, int, int, int *, int *, char **);