Type Definition z3_sys::Z3_bool [] [src]

type Z3_bool = c_int;

Z3 Boolean type. It is just an alias for int.