Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!ames!think!samsung!munnari.oz.au!bruce!alanf From: alanf@bruce.OZ (Alan Grant Finlay) Newsgroups: comp.lang.c Subject: turbo-C and lint ? Keywords: PD lint Message-ID: <1964@bruce.OZ> Date: 20 Mar 90 06:32:49 GMT Organization: Monash Uni. Computer Science, Australia Lines: 10 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?