IntroductionRISC OS port of LCLint, to check C source code.
Details
LCLint is used to check C source code prior to compilation for problems such as memory management errors, the use of undefined storage, null pointer dereferencing, violations of information hiding, etc. It is quite comprehensive in that it provides over 300 command line switches (which can also be specified in an option file).
|