From 292235b5c5ae25139d5945c2a298e13272a4f29b Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 30 Apr 2020 12:25:29 +0200 Subject: Uptime in stats --- os.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 os.h (limited to 'os.h') diff --git a/os.h b/os.h new file mode 100644 index 0000000..ed08234 --- /dev/null +++ b/os.h @@ -0,0 +1,10 @@ +#pragma once + +#include + +namespace OS { + + std::string uptime_host(); + std::string uptime_process(); + +} // namespace OS -- cgit v1.2.3