blob: c8f9dcc9ce4a44631f0abde0e8c8e39ce36ebf98 (
plain) (
tree)
|
|
.TH "u8c_isalnum" "3" "" "u8c" "u8c API Manual"
.SH NAME
.PP
u8c_isalnum - Is alphanumeric - Check if a character is alphanumeric.
.SH DECLARATION
.PP
.nf
\f[C]
# include <stdbool.h>
# include <stdint.h>
# include <uchar.h>
extern bool u8c_isalnum(uint_least8_t * const res,char32_t const chr);
\f[R]
.fi
.SH DESCRIPTION
.PP
.SH VERSION
.PP
u8c X
|