14 Jun
2016
14 Jun
'16
9:51 a.m.
Le 14/06/2016 11:48, Józef Kucia a écrit :
On Tue, Jun 14, 2016 at 11:32 AM, Guillaume Charifi <guillaume.charifi(a)sfr.fr> wrote:
It seems that 29 bytes are needed at least (including the null character). Er... I think that sizeof("uintBitsToFloat(4294967295)") == 28... Anyway, I use %#x now, so it should be easier to read. :) I think you forgot about the 'u' suffix. Yes, exactly, thank you! :D