DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Analyzing your code with lint

Analyzing your code with lint

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

© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004