We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AP_T x = AP_new(LONG_MIN); long val = AP_toint(x); // The val is 0
AP_toint turn LONG_MIN to 0 . https://github.com/drh/cii/blob/master/src/ap.c#L323 can use without %.
AP_toint
LONG_MIN
0
%
unsigned long u = XP_toint(x->ndigits, x->digits);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
AP_toint
turnLONG_MIN
to0
. https://github.com/drh/cii/blob/master/src/ap.c#L323 can use without%
.The text was updated successfully, but these errors were encountered: