summaryrefslogtreecommitdiff
path: root/docs/u8c_fmttyp.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/u8c_fmttyp.3')
-rw-r--r--docs/u8c_fmttyp.346
1 files changed, 0 insertions, 46 deletions
diff --git a/docs/u8c_fmttyp.3 b/docs/u8c_fmttyp.3
deleted file mode 100644
index 04c4391..0000000
--- a/docs/u8c_fmttyp.3
+++ /dev/null
@@ -1,46 +0,0 @@
-.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