aboutsummaryrefslogtreecommitdiff
path: root/include/lib/time.h
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2025-03-04 19:14:05 -0800
committerChristian Cunningham <cc@local.lan>2025-03-04 19:14:05 -0800
commit17857e46daf1f9d692ec09f555eb25eb84547db4 (patch)
treedb43918e6690e90dcd40f9144f7eb08288c48a9e /include/lib/time.h
parent8e719bf59a78559b5128cefa0479c71245cbdcb2 (diff)
Remove line comments
Diffstat (limited to 'include/lib/time.h')
-rw-r--r--include/lib/time.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/lib/time.h b/include/lib/time.h
index aebc6ed..fd3c6be 100644
--- a/include/lib/time.h
+++ b/include/lib/time.h
@@ -3,12 +3,10 @@
#include <time.h>
-//-----------------------------------------------
// Difference in Time
// Compute the difference between timespec structs
double diff_time(struct timespec *time1, struct timespec *time0);
-//-----------------------------------------------
// Get Current Time
void get_time(struct timespec *ts);