![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <util.h>
Data Fields | |
double | value |
int | precision |
const char * | suffix |
Take @size in bytes, prepare the components to pretty-print it in a scaled way. The components in the returned struct should be passed in precision, value, suffix order to a "%.*f%s" format string. Output policy is sensible to @g_utilDisplayLevel, for verbose mode (@g_utilDisplayLevel >= 4), does not scale down.
int precision |
const char * suffix |
double value |