mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
10 lines
159 B
C++
10 lines
159 B
C++
#pragma once
|
|
|
|
#include <sstream>
|
|
|
|
namespace waybar::util {
|
|
|
|
std::string pow_format(unsigned long long value, const std::string &unit, bool binary = false);
|
|
|
|
}
|