Printfloat4

OllyDbg Plugin API

Printfloat4

Decodes 32-bit (4-byte) floating point number to ASCII string. If number is INF or NAN, adds hexadecimal dump. Returns length of decoded string.

int Printfloat4(char *s,float f);

Parameters:

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

f - 32-bit floating number to decode.

See also: Printfloat8, Printfloat10, Print3dnow, Printsse