From 45681b4c6e73ec4165895b2712954a9d71c25274 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Mon, 25 Oct 2021 13:43:15 +0200 Subject: [PATCH] update API type annotation to make it OCaml friendly --- src/api/z3_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/z3_api.h b/src/api/z3_api.h index a1b37cc8b57..3c530f4d645 100644 --- a/src/api/z3_api.h +++ b/src/api/z3_api.h @@ -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.