summaryrefslogtreecommitdiffhomepage
path: root/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'os.h')
-rw-r--r--os.h10
1 files changed, 10 insertions, 0 deletions
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 <string>
+
+namespace OS {
+
+ std::string uptime_host();
+ std::string uptime_process();
+
+} // namespace OS