diff options
Diffstat (limited to 'docs/u8c_u32max.3')
-rw-r--r-- | docs/u8c_u32max.3 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/u8c_u32max.3 b/docs/u8c_u32max.3 new file mode 100644 index 0000000..fdb7270 --- /dev/null +++ b/docs/u8c_u32max.3 @@ -0,0 +1,18 @@ +.TH "u8c_u32max" "3" "" "u8c" "u8c API Manual" +.SH NAME +.PP +u8c_u32max - UTF-32 maximum - Maximum valid UTF-32 value. +.SH DECLARATION +.PP +.nf +\f[C] +/* # include <u8c/u32.h> */ +# include <uchar.h> +static char32_t const u8c_u32max = U'\x10FFFF'; +\f[R] +.fi +.SH DESCRIPTION +.PP +.SH VERSION +.PP +u8c 16 (as \f[B]u8c_unimax\f[R]), u8c 21 |