diff options
Diffstat (limited to 'include/time_common.h')
| -rw-r--r-- | include/time_common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/time_common.h b/include/time_common.h new file mode 100644 index 0000000..9f39eef --- /dev/null +++ b/include/time_common.h @@ -0,0 +1,4 @@ +#pragma once + +double timestamp(void); +unsigned long get_boot_time(void); |
