3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2014-12-10 19:45:18 +00:00
parent 7965d24df8
commit c2b5b6a36b

View file

@ -180,7 +180,7 @@ extern "C" {
def_API('Z3_mk_fpa_sort_64', SORT, (_in(CONTEXT),))
*/
Z3_sort Z3_API Z3_mk_fpa_sort__64(__in Z3_context c);
Z3_sort Z3_API Z3_mk_fpa_sort_64(__in Z3_context c);
/**
\brief Create the quadruple-precision (128-bit) floating point sort.