6 lines
81 B
C
6 lines
81 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <string>
|
||
|
|
|
||
|
|
std::string HumanReadableBytes(uint64_t bytes);
|