From c85b624d28564a6f785b25000e2b7825592a919d Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 26 Sep 2017 20:09:31 +0200 Subject: Initial commit --- src/clock.hh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/clock.hh (limited to 'src/clock.hh') diff --git a/src/clock.hh b/src/clock.hh new file mode 100644 index 0000000..48f20bd --- /dev/null +++ b/src/clock.hh @@ -0,0 +1,13 @@ +#ifndef CLOCK_HH +#define CLOCK_HH + +namespace clk { + +double system(); +double steady(); + +void sleep(double dur); + +} // namespace clk + +#endif // CLOCK_HH -- cgit v1.3