diff options
Diffstat (limited to 'docs/u8c_dbg.3')
-rw-r--r-- | docs/u8c_dbg.3 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/u8c_dbg.3 b/docs/u8c_dbg.3 new file mode 100644 index 0000000..d1f95eb --- /dev/null +++ b/docs/u8c_dbg.3 @@ -0,0 +1,18 @@ +.TH "u8c_dbg" "3" "" "u8c" "u8c API Manual" +.SH NAME +.PP +u8c_dbg - Debug - Whether or not the library is in debug mode. +.SH DECLARATION +.PP +.nf +\f[C] +# include <stdbool.h> +extern bool const u8c_dbg; +\f[R] +.fi +.SH DESCRIPTION +.PP +The constant \f[B]u8c_dbg\f[R] has value \f[B]false\f[R] if u8c has been compiled with debugging disabled, otherwise \f[B]true\f[R]. +.SH VERSION +.PP +u8c 0 (as \f[B]u8c_debug\f[R]), u8c 16 |