blob: 8dc54c7b5ddf4d906c47d86b76cfe1f44ae7edb0 (
plain) (
tree)
|
|
.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 <u8c/u32.h> */
# 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
|