3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-14 21:08:46 +00:00

Update Z3_bool doc.

This commit is contained in:
Bruce Mitchener 2018-03-30 22:34:07 +07:00
parent 32c9af5e5a
commit b9f2188fc0

View file

@ -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;