Skip to content
New issue

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

Bug on page assignment2.org #38

Open
WuzeBrain opened this issue Oct 15, 2019 · 0 comments
Open

Bug on page assignment2.org #38

WuzeBrain opened this issue Oct 15, 2019 · 0 comments

Comments

@WuzeBrain
Copy link

9 Tips and Tricks
str_key_eq returns a bool, but does return strcmp(..., ...);
This is wrong, because strcmp does not return 1 if equal and 0 if different. It returns 1, 0 or -1 depending on how they differ.
Please don't write incorrect code in the "tips or tricks" section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant