summaryrefslogtreecommitdiffhomepage
path: root/os.h
blob: ed08234960d45b316b0e01ad99a240268ea27e87 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <string>

namespace OS {

 std::string uptime_host();
 std::string uptime_process();

} // namespace OS