diff options
Diffstat (limited to 'docs/u8c_errhandltyp.3')
-rw-r--r-- | docs/u8c_errhandltyp.3 | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/u8c_errhandltyp.3 b/docs/u8c_errhandltyp.3 deleted file mode 100644 index 0477d2c..0000000 --- a/docs/u8c_errhandltyp.3 +++ /dev/null @@ -1,21 +0,0 @@ -.TH "u8c_errhandltyp" "3" "" "u8c" "u8c API Manual" -.SH NAME -.PP -u8c_errhandltyp - Error handler type - Type to be used for error handlers passerd to \f[B]u8c_regerrhandl\f[R]. -.SH DECLARATION -.PP -.nf -\f[C] -/* # include <u8c/err.h> */ -# include <u8c/errtyp.h> -typedef void (* u8c_errhandltyp)(enum u8c_errtyp); -\f[R] -.fi -.SH DESCRIPTION -.PP -The type definition \f[B]u8c_errhandltyp\f[R] is for convenience. -.PP -It is to be the type of the error handler accepted by \f[B]u8c_regerrhandl\f[R]. -.SH VERSION -.PP -u8c 19 |