cleanup: function attribute 'hidden'
[lttng-ust.git] / snprintf / floatio.h
index db4a3c731ac89127ed60f6cf710b7b65f4a13e0a..deaa1934aa62b2323fed937543c5a7cfea445dce 100644 (file)
 #error "floating point buffers too small"
 #endif
 
-__attribute__((visibility("hidden")))
-char *__hdtoa(double, const char *, int, int *, int *, char **);
+char *__hdtoa(double, const char *, int, int *, int *, char **)
+       __attribute__((visibility("hidden")));
 
-__attribute__((visibility("hidden")))
-char *__hldtoa(long double, const char *, int, int *, int *, char **);
+char *__hldtoa(long double, const char *, int, int *, int *, char **)
+       __attribute__((visibility("hidden")));
 
-__attribute__((visibility("hidden")))
-char *__ldtoa(long double *, int, int, int *, int *, char **);
+char *__ldtoa(long double *, int, int, int *, int *, char **)
+       __attribute__((visibility("hidden")));
This page took 0.023398 seconds and 4 git commands to generate.