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
Compiler error in prunetable_helpers.c line 10, 23:
warning: implicit declaration of function 'strnlen'; did you mean 'strlen'?
The text was updated successfully, but these errors were encountered:
It compiled after I changed it to strlen and removed the 500 argument.
Sorry, something went wrong.
strnlen() is a valid C function, which compiler are you using?
No branches or pull requests
Compiler error in prunetable_helpers.c line 10, 23:
warning: implicit declaration of function 'strnlen'; did you mean 'strlen'?
The text was updated successfully, but these errors were encountered: