Forum Discussion
Altera_Forum
Honored Contributor
16 years agoc2h error at bitmap header declaration
Hi everyone, I am trying to accelerate a function func_acc(). However i am getting an error during the c2h compilation. What puzzles me is that the error is triggered at the main() function, no...
Altera_Forum
Honored Contributor
16 years agoNo, not really, the C standard (prior to C99) required all variable definitions to be at the start of a block.
This is actually a good idea - it makes them much easier to find.