diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-30 12:25:29 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-30 12:25:29 +0200 |
commit | 292235b5c5ae25139d5945c2a298e13272a4f29b (patch) | |
tree | 40aeaa4fd3217e900787c9bd861aaf0f2f0d9319 /os.h | |
parent | 851f4d84d4b8dcff032f5304235917bc58e1e46e (diff) |
Uptime in stats
Diffstat (limited to 'os.h')
-rw-r--r-- | os.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +#pragma once + +#include <string> + +namespace OS { + + std::string uptime_host(); + std::string uptime_process(); + +} // namespace OS |