summaryrefslogtreecommitdiff
path: root/docs/u8c_u16alloc.3
blob: 96a59a61c9c18eb3a0cac084385ae78d2c8c3be4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH "u8c_u16alloc" "3" "" "u8c" "u8c API Manual"
.SH NAME
.PP
u8c_u16alloc - UTF-16 allocate - Allocate UTF-16 string.
.SH DECLARATION
.PP
.nf
\f[C]
/* # include <u8c/u16.h> */
# include <stdbool.h>
# include <stddef.h>
# include <uchar.h>
extern bool u8c_u16alloc(char16_t * * const u16,size_t const sz);
\f[R]
.fi
.SH DESCRIPTION
.PP
.SH VERSION
.PP
u8c 20