Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!clyde.concordia.ca!nstn.ns.ca!news.cs.indiana.edu!samsung!rex!wuarchive!zaphod.mps.ohio-state.edu!ncar!noao!arizona!dave From: dave@cs.arizona.edu (Dave P. Schaumann) Newsgroups: comp.lang.c Subject: Re: ANSI C to 'OLD' C Message-ID: <896@caslon.cs.arizona.edu> Date: 18 Feb 91 23:36:21 GMT References: <1991Feb14.045933.20608@athena.mit.edu> <2300@cybaswan.UUCP> Organization: U of Arizona CS Dept, Tucson Lines: 17 In article fischer@iesd.auc.dk (Lars P. Fischer) writes: |>>>>> On 17 Feb 91 12:10:43 GMT, csko@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@cs.arizona.edu |