mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
parent
abef260d67
commit
3e8cbb6611
|
@ -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