We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In compile.c some function return 0 for failure and 1 for success, and some return -1 for failure and 0 for success.
Should be -1 / 0 consistently.
In compile.c some function return 0 for failure and 1 for success, and some return -1 for failure and 0 for success.
Should be -1 / 0 consistently.
Linked PRs