summaryrefslogtreecommitdiff
path: root/docs/u8c_vprint.3
blob: e3d58f6d6a57ca122d4739c44de7b1783b281751 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.TH "u8c_vprint" "3" "" "u8c" "u8c API Manual"
.SH NAME
.PP
u8c_vprint - Variadic print - Format UTF-32 and print it to file.
.SH DECLARATION
.PP
.nf
\f[C]
/* # include <u8c/fmt.h> */
# include <stdarg.h>
# include <stdbool.h>
# include <stdio.h>
# include <uchar.h>
extern bool u8c_vprint(FILE * fp,char32_t const * const msg,va_list args);
\f[R]
.fi
.SH DESCRIPTION
.PP
.SH VERSION
.PP
u8c 2