(no change - keep code for later)

This commit is contained in:
brunoherbelin
2021-01-19 19:08:19 +01:00
parent 4e6a402142
commit 0cf4732347
3 changed files with 41 additions and 0 deletions

View File

@@ -76,6 +76,9 @@ namespace SystemToolkit
// get a string to display memory size with unit KB, MB, GB, TB
std::string byte_to_string(long b);
// get a string to display bit size with unit Kbit, MBit, Gbit, Tbit
std::string bits_to_string(long b);
// get a transliteration to Latin of any string
std::string transliterate(std::string input);
}