C Programming Utility.
Intermediate Level Users.
The lint program checker is one of the best tools for finding portability problems and certain types of coding errors in C programs. Linting your code is a necessary step in writing clean, portable, effective programs. This book introduces you to lint, guides you through running it on your programs, and helps you to interpret lint's output. The book gives users an overview of using lint and covers casting and delinting, rolling your own lint library, and much more.