|
libexplain
1.4.D001
|
#include <libexplain/buffer/pretty_size.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_pretty_size (explain_string_buffer_t *sb, unsigned long long size) |
| void explain_buffer_pretty_size | ( | explain_string_buffer_t * | sb, |
| unsigned long long | size | ||
| ) |
The explain_buffer_pretty_size function may be used to
| sb | The string buffer to print into |
| size | The size in bytes to be presented in a human readable form. |
Definition at line 24 of file pretty_size.c.
1.7.6.1