Hi,
a simple question ! How to convert a long double into string?
long double ld64DateTime= 25618.8983912037;
char buf[128];
u8 u8Nb = snprintf(buf, sizeof(buf), "%lf", ld64DateTime);
not working !!
I am working with BF707 and CCES 2.10.0. I tried a lot, unsuccessfully !
Please give me a hint!
Best thomas