Closed fweimer-rh closed 1 year ago
Explicitly declare the int return type of the main function. This improves compatibility with future C99-only compilers, which might no longer support implicit ints.
Related to:
Thanks!
Explicitly declare the int return type of the main function. This improves compatibility with future C99-only compilers, which might no longer support implicit ints.
Related to: