diff options
author | root <root@lab.ourano.james.local> | 2021-02-25 19:12:38 +0000 |
---|---|---|
committer | root <root@lab.ourano.james.local> | 2021-02-25 19:12:38 +0000 |
commit | 6d3a824e1cdae6e28146b7de380724b49488f3c2 (patch) | |
tree | b8865608c9749e4251b316b74484b5151f2e683b /app/time_fn.h | |
parent | 0548136a4c886830414fb575d9d0daa7f1a7d170 (diff) | |
download | clock-6d3a824e1cdae6e28146b7de380724b49488f3c2.tar.gz clock-6d3a824e1cdae6e28146b7de380724b49488f3c2.tar.bz2 clock-6d3a824e1cdae6e28146b7de380724b49488f3c2.zip |
tim
Diffstat (limited to 'app/time_fn.h')
-rw-r--r-- | app/time_fn.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/time_fn.h b/app/time_fn.h index 2409eeb..250c500 100644 --- a/app/time_fn.h +++ b/app/time_fn.h @@ -16,4 +16,12 @@ typedef struct { int64_t ns; } EPOCH; +typedef struct { + unsigned hour; + unsigned minute; + unsigned second; + unsigned nanosecond; +} ST; + + |