diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-03-16 12:48:47 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-03-16 12:48:47 +0100 |
commit | 3aa2b0a6657b0ebd1618ee684f8ae31cd8bf127b (patch) | |
tree | 42a3aaef992613eab55c5154ca7d207a4f70ef99 /doc/macros.rst | |
parent | 5acefbd715c8720abc5d8ccd5349e1d9589739df (diff) | |
parent | cec79a3f5578da4a9f9085282389482edf45c81b (diff) |
Update upstream source from tag 'upstream/4.26'
Update to upstream version '4.26'
with Debian dir 21e0b48e0d5c4f3b261c10cb65f0ca9fa00fd732
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 ======== |