diff options
Diffstat (limited to 'docs/u8c_u32max.3')
-rw-r--r-- | docs/u8c_u32max.3 | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/u8c_u32max.3 b/docs/u8c_u32max.3 deleted file mode 100644 index fdb7270..0000000 --- a/docs/u8c_u32max.3 +++ /dev/null @@ -1,18 +0,0 @@ -.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 |