#pragma once #include #define EXPORT __attribute__((visibility("default"))) namespace Reichwein::OS { EXPORT std::string uptime_host(); EXPORT std::string uptime_process(); } // namespace