fp_inc
ATTRIBUTE_WARN_UNUSED_RET int fp_inc(fp_t out, fp_src_t in);
ret = fp_inc(&tmp1, &tmp1); EG(ret, err);
ret = fp_inc(&z, &z); EG(ret, err);