Re: Question about style when converting from K&R to ANSI C.

From: Arnaldo Carvalho de Melo (acme@conectiva.com.br)
Date: Sun Jun 01 2003 - 01:39:47 EST


Em Sat, May 31, 2003 at 11:56:16PM -0600, Steven Cole escreveu:
> Greetings all,
>
> I've been converting the few files with old-style function prototypes to
> ANSI C, and I would like to make sure the following is acceptable.
>
> Original form:
>
> int
> foo()
> {
> /* body here */
> }
>
> Proposed conversion:
>
> int foo(void)
> {
> /* body here */
> }
>
> The above should be straightforward, but if there are any problems with
> that, please holler. I'll be sending patches through the maintainers
> soon.

Perfect!

- Arnaldo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jun 07 2003 - 22:00:13 EST