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
Please. Guys.
int32_t main(int32_t argv, char** argc)
Swapping the names of argc (arguments count) and argv (argument vector) should be illegal.
argc
argv
https://github.com/MrFrenik/gunslinger/blame/18bbc62d3c52138678467443a0a398746ab1f07d/impl/gs_platform_impl.h#L2011
The text was updated successfully, but these errors were encountered:
Lol. Whoops.
Sorry, something went wrong.
its a feature now /s
No branches or pull requests
Please. Guys.
Swapping the names of
argc
(arguments count) andargv
(argument vector) should be illegal.https://github.com/MrFrenik/gunslinger/blame/18bbc62d3c52138678467443a0a398746ab1f07d/impl/gs_platform_impl.h#L2011
The text was updated successfully, but these errors were encountered: