From: Cesar Rabak Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP and lint-like utility Date: Thu, 01 Feb 2001 22:09:00 -0200 Lines: 44 Message-ID: <3A79FA9C.6783E42A@uol.com.br> References: <95bbfn$qbp$1 AT saphir DOT jouy DOT inra DOT fr> NNTP-Posting-Host: 200-221-14-196.dsl-sp.uol.com.br (200.221.14.196) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: fu-berlin.de 981072564 17923353 200.221.14.196 (16 [39218]) X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com There is this (albeit old) in simtelnet under msdos/c clt167.zip B 182489 940329 CLint v1.67: C source checking tool HTH Eric Wajnberg wrote: > > Hi all, > > Sorry if this is a FAQ. However, I did not found anything on this is the FAQ > list. > > I am coming from UNIX mainframes where I am usually developping my C codes. I > have now to develop a code on a PC platform, and I choose the DJGPP/RHIDE > development environment. It works well. > > I am in need now for an utility program that can do an accurate check of the > code before compiling it. Actually I need something like lint, wich is > standard in all UNIX OS. I mean something that can - of course - identify > syntax problems and wrong declarations, but also all weird things like > declaration of parameters/functions not used in the remaining part of the > code, or global parameters than could be local, etc.. > > The use of -Wall is helpfull, but - as long as I've seen - it does not > generate warnings if a parameter/function is declared and unused, etc. > > Is there an utility program doing what I want? Moreover, it would be great if > this could be ran within RHIDE.. > > Thanks for any answer on that. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Eric Wajnberg > Directeur adjoint du GDR CNRS 2155 Ecologie Comportementale > I.N.R.A. > 37, Bld. du Cap. 06600 Antibes. France. > Tel : (33-0) 4.93.67.88.92 > Fax : (33-0) 4.93.67.88.97 > e-mail : wajnberg AT antibes DOT inra DOT fr > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~