Clang is strict about the arguments to main(). The first argument should be an "int", not "unsigned int".
Change the first argument to main() to "int" for demo programs
Log in to post a comment.
Change the first argument to main() to "int" for demo programs