blob: d1f95eb858b2e6e401ea0ff97e73f3c5767e3fdd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
|