Date: Wed, 20 Mar 2002 21:53:43 -0500 (EST) From: Peter Leftwich <Hostmaster@Video2Video.Com> To: Gary Kline <kline@thought.org> Cc: FreeBSD Questions <FreeBSD-Questions@FreeBSD.Org> Subject: Re: K&R to ANSI? [nroff?] Message-ID: <20020320214944.T47592-100000@earl-grey.cloud9.net> In-Reply-To: <200203210239.g2L2dqm49467@tao.thought.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 20 Mar 2002, Gary Kline wrote: > 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 What are K&R functions and what do you mean by "the standard?" I know you are asking about C code and not command-line stuff, but would any of these commands help you with your cause "nroff" "groff" "troff"? These are odd little preprocessors that I'm playing around with, trying to get it so the user can do something like "man iplog | <x>roff | grep -i default" -- the ESC codes that boldify some of the letters prevent simple grepping! :( -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 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?20020320214944.T47592-100000>