Path: utzoo!attcan!uunet!samsung!zaphod.mps.ohio-state.edu!rpi!crdgw1!ge-dab!tarpit!ucf-cs!ucf-cs.ucf.edu!madhyani From: madhyani@ucf-cs.ucf.edu Newsgroups: comp.lang.c Subject: Re: turbo-C and lint ? Message-ID: <12600001@ucf-cs.ucf.edu> Date: 20 Apr 90 14:57:00 GMT References: <1964@bruce.OZ> Lines: 26 Nf-ID: #R:bruce.OZ:-196400:ucf-cs.ucf.edu:12600001:000:1067 Nf-From: ucf-cs.ucf.edu!madhyani Apr 20 10:57:00 1990 /* Written 1:32 am Mar 20, 1990 by alanf@bruce.UUCP in ucf-cs.ucf.edu:comp.lang.c */ >/* ---------- "turbo-C and lint ?" ---------- */ >I was surprised to discover that the Turbo-C package does not come with a lint >program. Specifically I want to have the ability to automatically check for >procedure argument type consistency. When in the past I have complained to >C advocates that C compilers don't check for consistent use of parameters they >have usually replied "that's what lint is for!". Is it really acceptable for >a commercial compiler package to come supplied without an essential part or >have I missed something in the package that does the same job? > >Also does anyone know if there are any public domain lints available that will >work with Turbo-C source? >/* End of text from ucf-cs.ucf.edu:comp.lang.c */ Are you using Turbo-C 2.0. If so, then you haven't dig into the menus. Turbo C provides all the lint features you can find in 'UNIX lint'. Read the manual, Hack the Main menu. Good Luck! -- Bharat madhyani madhyani@ucf-cs.ucf.edu