lint checks for code constructs that may cause
your C program not to compile, or to execute with unexpected results.
lint issues every error and warning message produced by the
C compiler.
It also issues ``lint-specific'' warnings about
potential bugs and portability problems.
Next topic:
Why lint is an important tool