hi,<br><br>when i use the splint in the next code<br><br>int a;<br>int c;<br>a = c;<br>int b;<br>b = a;<br><br>the splint return a parse error.... i supose, maybe, because the declaration of _b_ is after a instruction (a = c). Because, if i declare _b_ before that instruction, splint dont give me any parse error.
<br>Why splint dont work with declarations of variables in any part of the program?? Exist any flag in splint to acept that??<br><br>Thanks,<br clear="all">-- <br>Ibéria Medeiros