summaryrefslogtreecommitdiff
path: root/doc/macros.rst
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2025-03-16 12:48:59 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2025-03-16 12:48:59 +0100
commit4b6d7e11c893c7c201ef0a5a43609a12a5235187 (patch)
tree42a3aaef992613eab55c5154ca7d207a4f70ef99 /doc/macros.rst
parent5acefbd715c8720abc5d8ccd5349e1d9589739df (diff)
parent3aa2b0a6657b0ebd1618ee684f8ae31cd8bf127b (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'doc/macros.rst')
-rw-r--r--doc/macros.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/macros.rst b/doc/macros.rst
index 752f81e..efc5209 100644
--- a/doc/macros.rst
+++ b/doc/macros.rst
@@ -27,6 +27,13 @@ Expands to the size needed for a buffer (including ``\0``) to hold the base-10
string representation of 16‑, 32‑ or 64‑bit integer (either signed or
unsigned), respectively.
+.. code-block:: c
+
+ #define HXSIZEOF_UNITSEC64
+
+Expands to the size needed for a buffer (including ``\0``) to hold the largest
+result of ``HX_unit_seconds``.
+
Locators
========