Skip to content

Commit

Permalink
update API type annotation to make it OCaml friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Oct 25, 2021
1 parent 3036b88 commit 45681b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/z3_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 buffer[]);

/**
\brief Create an empty sequence of the sequence sort \c seq.
Expand Down

0 comments on commit 45681b4

Please sign in to comment.