diff options
Diffstat (limited to 'docs/u8c_unimax.3')
-rw-r--r-- | docs/u8c_unimax.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/u8c_unimax.3 b/docs/u8c_unimax.3 index 7b35dc9..8f6165d 100644 --- a/docs/u8c_unimax.3 +++ b/docs/u8c_unimax.3 @@ -6,6 +6,7 @@ u8c_unimax - Unicode maximum - Maximum valid Unicode codepoint. .PP .nf \f[C] +/* # include <u8c/main.h> */ # include <stdint.h> # include <uchar.h> # define u8c_unimax ((char32_t)UINT32_C(0x10FFFF)) |