summaryrefslogtreecommitdiff
path: root/docs/u8c_u32ins.3
blob: ea62cae92f600ea5751216255ae1d824e5007820 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TH "u8c_u32ins" "3" "" "u8c" "u8c API Manual"
.SH NAME
.PP
u8c_u32ins - UTF-32 insert - Insert an UTF-32 string into another UTF-32 string.
.SH DECLARATION
.PP
.nf
\f[C]
# include <stdbool.h>
# include <stddef.h>
# include <uchar.h>
extern bool u8c_u32ins(size_t * const sz,char32_t const * * const out,size_t const pos,char32_t const * const str0,char32_t const * const str1);
\f[R]
.fi
.SH DESCRIPTION
.PP
.SH VERSION
.PP
u8c 19