blob: 14b8131c7710d8982102556a44e45ce5e7b5729b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
.TH "u8c_println" "3" "" "u8c" "u8c API Manual"
.SH NAME
.PP
u8c_println - Print line - Format UTF-32 and print it to file (followed by a new-line).
.SH DECLARATION
.PP
.nf
\f[C]
/* # include <u8c/fmt.h> */
# include <stdbool.h>
# include <stdio.h>
# include <uchar.h>
extern bool u8c_println(FILE * fp,char32_t const * const msg,...);
\f[R]
.fi
.SH DESCRIPTION
.PP
.SH VERSION
.PP
u8c 0 (as u8c_print), u8c 2
|