Avoid C99 variable declarations within for statements.
We generally do not declare variables within for statements and there are compilers that choke on such constructs.
Showing
Please
register
or
sign in
to comment
We generally do not declare variables within for statements and there are compilers that choke on such constructs.