mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
Update Z3_bool doc.
This commit is contained in:
parent
32c9af5e5a
commit
b9f2188fc0
|
@ -80,7 +80,7 @@ DEFINE_TYPE(Z3_rcf_num);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\brief Z3 Boolean type. It is just an alias for \c int.
|
\brief Z3 Boolean type. It is just an alias for \c bool.
|
||||||
*/
|
*/
|
||||||
typedef bool Z3_bool;
|
typedef bool Z3_bool;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue