#include <string>
Go to the source code of this file.
Namespaces | |
namespace | srecord |
Functions | |
std::string | srecord::pretty_size (long long x, int width=0) |
The pretty_size function is used to convert a number into a smaller number with a multiplying suffix (kMGT...). | |