On 05/07/2014 10:27 AM, Domingues Luis Filipe wrote:
> Hello,
>
> On a tool, I try to print on the stdout the value of a floating point.
> But when I use the %f formating in VG(printf) or VG_(message) it print
> my string, but not my float/double.
>
> It is a bug? Or there are another way to prin
Hello,
On a tool, I try to print on the stdout the value of a floating point.
But when I use the %f formating in VG(printf) or VG_(message) it print
my string, but not my float/double.
It is a bug? Or there are another way to print floating points?
Regards,
Luis Domingues
---