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
Calling strncasecmp("foo", "foo", 3) returns -278784.
Should return 0;
Tested on real Agon device.
The text was updated successfully, but these errors were encountered:
This was a bug in the CE toolchain, tracked here: CE-Programming/toolchain#479
At the moment, you'll have to base your AgDev installation off of the CE toolchain nightly version to get this fix.
Sorry, something went wrong.
Version 12.0 of the CE Toolchain is available and this fix is patched
No branches or pull requests
Calling strncasecmp("foo", "foo", 3) returns -278784.
Should return 0;
Tested on real Agon device.
The text was updated successfully, but these errors were encountered: