diff options
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 |