On 26/01/2006, at 11:28, Luc Heinrich wrote:
K&R style, aka 'pre-standard traditional form' is listed as an obsolescent feature in C99, which just means that it *may* not be supported in the future. As of today, the Ruby interpreter code still uses this style, for example.
Yeah, I noticed... struck me as bit weird, but it gives a nice overview. Then again the same or better can be done with: void name( arg1 *blah, arg2 foo... )
-- Sune.