Printfloat10

OllyDbg Plugin API

Printfloat10

Decodes 80-bit (10-byte, long double) floating point number to ASCII string. If number is INF or NAN, adds hexadecimal dump. Returns length of decoded string. Note that this procedure is safer than printf, because some printf implementations generate exception when processing INF or NAN.

int Printfloat10(char *s,long double ext);

Parameters:

s - pointer to buffer of length at least TEXTLEN bytes where Printfloat10 places decoded string;

ext - 80-bit (long double) floating number to decode.

See also: Printfloat4, Printfloat8, Print3dnow, Printsse