summaryrefslogtreecommitdiff
path: root/docs/u8c_fmttyp.3
blob: 04c4391f0c0e57f17e0e6017ff5b666ba5b4c88e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.TH "u8c_fmttyp" "3" "" "u8c" "u8c API Manual"
.SH NAME
.PP
u8c_fmttyp - Format type - Format specifier to be used by \f[C]u8c_fmt\f[R] or \f[C]u8c_vfmt\f[R].
.SH DECLARATION
.PP
.nf
\f[C]
/* # include <u8c/fmt.h> */
enum u8c_fmttyp {
	u8c_fmttyp_bgcol,
	u8c_fmttyp_bgcol0,
	u8c_fmttyp_bool,
	u8c_fmttyp_byt,
	u8c_fmttyp_chr,
	u8c_fmttyp_fgcol,
	u8c_fmttyp_fgcol0,
	u8c_fmttyp_int,
	u8c_fmttyp_int16,
	u8c_fmttyp_int32,
	u8c_fmttyp_int64,
	u8c_fmttyp_int8,
	u8c_fmttyp_llong,
	u8c_fmttyp_long,
	u8c_fmttyp_sbyt,
	u8c_fmttyp_shrt,
	u8c_fmttyp_str,
	u8c_fmttyp_sz,
	u8c_fmttyp_tm,
	u8c_fmttyp_ubyt,
	u8c_fmttyp_uint,
	u8c_fmttyp_uint16,
	u8c_fmttyp_uint32,
	u8c_fmttyp_uint64,
	u8c_fmttyp_uint8,
	u8c_fmttyp_ulong,
	u8c_fmttyp_ullong,
	u8c_fmttyp_ushrt,
};
\f[R]
.fi
.SH DESCRIPTION
.PP
.SH VERSION
.PP
u8c 0