diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-03-16 12:48:45 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-03-16 12:48:45 +0100 |
commit | cec79a3f5578da4a9f9085282389482edf45c81b (patch) | |
tree | 5c45f5efee77f9f8d84c3a1c7e02b12b6725a2e3 /doc/macros.rst | |
parent | 677e5b0b948fe62d8017c198c57049275f6fe61a (diff) |
New upstream version 4.26upstream/4.26upstream
Diffstat (limited to 'doc/macros.rst')
-rw-r--r-- | doc/macros.rst | 7 |
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 ======== |