stats_inc_ref method
\brief Increment the reference counter of the given statistics object.
def_API('Z3_stats_inc_ref', VOID, (_in(CONTEXT), _in(STATS)))
Implementation
void stats_inc_ref(
Z3_context c,
Z3_stats s,
) {
return _stats_inc_ref(
c,
s,
);
}