mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
try get_string contents again
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
45681b4c6e
commit
075769c4c0
2 changed files with 2 additions and 2 deletions
|
@ -3554,7 +3554,7 @@ extern "C" {
|
|||
|
||||
def_API('Z3_get_string_contents', VOID, (_in(CONTEXT), _in(AST), _in(UINT), _out_array(2, UINT)))
|
||||
*/
|
||||
void Z3_API Z3_get_string_contents(Z3_context c, Z3_ast s, unsigned length, unsigned buffer[]);
|
||||
void Z3_API Z3_get_string_contents(Z3_context c, Z3_ast s, unsigned length, unsigned contents[]);
|
||||
|
||||
/**
|
||||
\brief Create an empty sequence of the sequence sort \c seq.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue