lkml.org 
[lkml]   [2003]   [Jun]   [1]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
SubjectQuestion about style when converting from K&R to ANSI C.
FromSteven Cole <>
Date31 May 2003 23:56:16 -0600
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.

Steven

-
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/

\
 
 \ /
  Last update: 2005-03-22 12:35    [from the cache]
©2003-2008