-
- Downloads
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.
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.