Skip to content

What is a library header?

PC-lint Plus uses the designation "library" for those headers over which the programmer normally has no control -- such as compiler and third-party headers.  Use the options +libclass+libdir/-libdir, and +libh/-libh to specify which headers are library.   You can then use the options -wlib-elib, and -elibsym to control lint messages emanating from "library headers", without affecting the checking of your own code.

See Chapter 5 (Libraries) of the PC-lint Plus Reference Manual for further discussion and details.

Feedback and Knowledge Base