On Wed, Jan 10, 2001 at 04:41:55PM +0000, sena wrote: > On 10/01/2001 at 11:12 -0500, Hall Stevenson wrote: > > > <snip> > Then came ANSI C, a standardization of the language. K&R2 was published to > comply with the standard. ANSI C (and K&R2) used a new style in several > points of the language. One of the style changes was the modifcation of the > function declaration syntax. > Well, there were one or two other fundamental changes in the language between the two. The biggest example (and one which caused some grief) of change was the handling of structure assignment and the passing of structures as function arguments.
K&R "C" is still being written, don't forget those &'s chaps and chappesess... Cliff > >