Is there a C "check" program which accepts ANSI C ?

Tim Monks tim at bhpmrl.oz.au
Thu Jul 26 14:04:20 AEST 1990


I have a version of the "check" program written by Nick Crossley of 
Computer Consoles Inc. Irvine way back in 1988. It attempts to check
the syntax of C programs in a more heuristic fashion than lint. 
Unfortunately it doesn't like in-line declarations of variables in 
function names, eg:
	int foo(int bar)
	{
	  :
	}
generates a syntax error.

Is there a version of "check" which does accept this style syntax ?
Does anyone know the email address of Nick ?  What does everyone else use ?

Regards,
	Tim.
--
Dr. Tim Monks                                

Image Processing & Data Analysis Group   |   (direct) (+61-3)566-7448
BHP Melbourne Research Laboratories      |   (switch) (+61-3)560-7066
245 Wellington Rd, Mulgrave, 3170,       |   (fax)    (+61-3)561-6709
AUSTRALIA                                |   (EMAIL)  tim at merlin.bhpmrl.oz.au



More information about the Comp.lang.c mailing list