Date: Wed, 20 Mar 2002 18:39:52 -0800 (PST) From: Gary Kline <kline@thought.org> To: freebsd-questions@FreeBSD.ORG (FreeBSD Mailing List) Subject: K&R to ANSI? Message-ID: <200203210239.g2L2dqm49467@tao.thought.org>
next in thread | raw e-mail | index | archive | help
Does anybody know if there are existant tools that can transform
K&R functions to the standard?
foo (n)
int ;
to
foo (int n)
I'm tweaking one of our more ancient ports and would like to
update the params.
thanks for any clues,
gary
--
Gary Kline kline@thought.org www.thought.org Public service Unix
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203210239.g2L2dqm49467>
