diff options
Diffstat (limited to 'docs/u8c_ver.3')
-rw-r--r-- | docs/u8c_ver.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/u8c_ver.3 b/docs/u8c_ver.3 index 388b5cb..c1a2dc3 100644 --- a/docs/u8c_ver.3 +++ b/docs/u8c_ver.3 @@ -8,7 +8,7 @@ u8c_ver - Version - Version of the u8c API. \f[C] /* # include <u8c/main.h> */ # include <stdint.h> -# define u8c_ver (UINT64_C(/* version */)) +static uint_least64_t const u8c_ver = /* version */; \f[R] .fi .SH DESCRIPTION |