Tagged Questions
3
votes
4answers
925 views
How can I make splint ignore where I declare my variables?
Do you know how can I make splint ignore where I declare my variables?
I know that the old school c tells you to declare variables right at the
beginning in every function,
but since I am a bad ...