mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
7cc58c9cc3
|
@ -5881,7 +5881,7 @@ extern "C" {
|
||||||
def_API('Z3_eval_smtlib2_string', STRING, (_in(CONTEXT), _in(STRING),))
|
def_API('Z3_eval_smtlib2_string', STRING, (_in(CONTEXT), _in(STRING),))
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Z3_string Z3_API Z3_eval_smtlib2_string(Z3_context c Z3_string str);
|
Z3_string Z3_API Z3_eval_smtlib2_string(Z3_context c, Z3_string str);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue