mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Cleanup & new unwrapped function
This commit is contained in:
@@ -20,7 +20,8 @@ std::string transliterate(const std::string &input);
|
||||
std::string unspace(const std::string &input);
|
||||
|
||||
// get a wrapped version of the input
|
||||
std::string wrapped(const std::string &input, unsigned per_line);
|
||||
std::string wrapped(const std::string &input, size_t per_line);
|
||||
std::string unwrapped(const std::string &input);
|
||||
|
||||
// get a string to display memory size with unit KB, MB, GB, TB
|
||||
std::string byte_to_string(long b);
|
||||
|
||||
Reference in New Issue
Block a user