Added
This commit is contained in:
18
doc/lint/abstract
Normal file
18
doc/lint/abstract
Normal file
@@ -0,0 +1,18 @@
|
||||
.TL
|
||||
Lint, a C Program Checker
|
||||
.AU
|
||||
Frans Kunst
|
||||
.AI
|
||||
Vrije Universiteit
|
||||
Amsterdam
|
||||
.AB
|
||||
This document describes an implementation of a program which
|
||||
does an extensive consistency and plausibility check on a set
|
||||
of C program files.
|
||||
This may lead to warnings which help the programmer to debug
|
||||
the program, to remove useless code and to improve his style.
|
||||
The program has been used to test itself and has found
|
||||
bugs in sources of some heavily used code.
|
||||
.AE
|
||||
.LP
|
||||
.bp
|
||||
Reference in New Issue
Block a user