Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: whatever happened to "lint"?: msg#00015
|
Subject: |
Re: whatever happened to "lint"? |
Robert P. J. Day wrote:
is lint gone? has it been subsumed into gcc? obviously, it's been
a while since i've bothered to use it, now i don't know where to look
for it.
The original unix lint is long gone, gone with k&r c.
Gcc -Wall does a much better and more thorough job than unix lint ever
did, and doesn't require a separate compilation pass.
There are other lint inspired tools around and some of those do things
like malloc/free checking and inter-file flow checking. I don't know of
any that are free software that work compile time, though.
--rich
|
| |