summaryrefslogtreecommitdiff
path: root/src/tai64nfrac.c
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-03 19:03:11 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-03 19:03:11 +0200
commit20b85c03e751b4876fa3c92040464e483172b746 (patch)
tree734fadbfdbc143ec4465093857f4c239448715e0 /src/tai64nfrac.c
parenta6a7d6ce079cabdaf2fa502b2e2cf15e5428ac6f (diff)
manual format adjustment
Diffstat (limited to 'src/tai64nfrac.c')
-rw-r--r--src/tai64nfrac.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/tai64nfrac.c b/src/tai64nfrac.c
index bb29b44..c433e4f 100644
--- a/src/tai64nfrac.c
+++ b/src/tai64nfrac.c
@@ -9,11 +9,12 @@
#define TAI64NLEN 24
-/** @file tai64nfrac
- @brief Read a TAI64N external format timestamp from stdin and
- write fractional seconds since epoch (TAI, not UTC) to stdout.
- Return the characters after the timestamp.
- */
+/**
+ @file tai64nfrac
+ @brief Read a TAI64N external format timestamp from stdin and
+ write fractional seconds since epoch (TAI, not UTC) to stdout.
+ Return the characters after the timestamp.
+*/
char outbuf[64];
buffer bo = BUFFER_INIT(write, 1, outbuf, sizeof(outbuf));