ANSI C to 'OLD' C

Dave P. Schaumann dave at cs.arizona.edu
Tue Feb 19 10:36:21 AEST 1991


In article <FISCHER.91Feb18171202 at thiele.iesd.auc.dk> fischer at iesd.auc.dk (Lars P. Fischer) writes:
|>>>>> On 17 Feb 91 12:10:43 GMT, csko at cybaswan.UUCP (y w ko) said:
|
|csko| 	I would be most grateful if someone could help me get hold
|csko| of a utility to convert 'C' source written with ANSI style
|csko| function prototypes to old style 'C'.
|
|You need protoize. It will convert K&R C to ANSI C and ANSI C to K&R
|C. Protoize makes use of the parser from GCC. This means that the
|protoize source code is a patch to GCC. You will need both the GCC and
|the protoize source in order to compile it. Both are found at
|prep.ai.mit.edu.

Isn't this Q & A in the FAQ list?  If it isn't, it should be...
-- 
Dave Schaumann      | Is this question undecidable?
dave at cs.arizona.edu |



More information about the Comp.lang.c mailing list