diff options
Diffstat (limited to 'docs/u8c_errtyp.3')
-rw-r--r-- | docs/u8c_errtyp.3 | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/docs/u8c_errtyp.3 b/docs/u8c_errtyp.3 deleted file mode 100644 index f42ac10..0000000 --- a/docs/u8c_errtyp.3 +++ /dev/null @@ -1,31 +0,0 @@ -.TH "u8c_errtyp" "3" "" "u8c" "u8c API Manual" -.SH NAME -.PP -u8c_errtyp - Error type - Enumeration for specifying the type of error. -.SH DECLARATION -.PP -.nf -\f[C] -/* # include <u8c/err.h> */ -enum u8c_errtyp { - u8c_errtyp_badalloc, - u8c_errtyp_badio, - u8c_errtyp_u32oor, - u8c_errtyp_u8oor, - u8c_errtyp_deferr, - u8c_errtyp_untermin, - u8c_errtyp_maxerrtyp, - u8c_errtyp_all, -}; -\f[R] -.fi -.SH DESCRIPTION -.PP -The enumeration \f[B]u8c_errtyp\f[R] contains the various types of error to be used in u8c. -.PP -The member \f[B]u8c_errtyp_maxerrtyp\f[R] must \f[I]NEVER\f[R] be passed to any u8c function. -.PP -The member \f[B]u8c_errtyp_all\f[R] is to be passed to \f[B]u8c_regerrhandl\f[R] only. -.SH VERSION -.PP -u8c 19 |