diff options
Diffstat (limited to 'docs/u8c_fmttyp.3')
-rw-r--r-- | docs/u8c_fmttyp.3 | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/u8c_fmttyp.3 b/docs/u8c_fmttyp.3 new file mode 100644 index 0000000..8cdea7c --- /dev/null +++ b/docs/u8c_fmttyp.3 @@ -0,0 +1,45 @@ +.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] +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 |