diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-09-26 20:09:31 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-09-26 20:09:31 +0200 |
| commit | c85b624d28564a6f785b25000e2b7825592a919d (patch) | |
| tree | 647b756c824b470b35f1371eb869e9534ed6c1bb /src/clock.hh | |
Initial commit
Diffstat (limited to 'src/clock.hh')
| -rw-r--r-- | src/clock.hh | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
