libexplain  1.4.D001
Functions
libexplain/buffer/pretty_size.h File Reference
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_pretty_size (explain_string_buffer_t *sb, unsigned long long size)

Function Documentation

void explain_buffer_pretty_size ( explain_string_buffer_t sb,
unsigned long long  size 
)

The explain_buffer_pretty_size function may be used to

Parameters:
sbThe string buffer to print into
sizeThe size in bytes to be presented in a human readable form.

Definition at line 24 of file pretty_size.c.