On Sun, 17 Feb 2002 11:55:27 +0100, [EMAIL PROTECTED] (Peter Makholm) wrote:
> Philip Newton <[EMAIL PROTECTED]> writes: > > > Well, not really C since you rely on '//' introducing a > > comment-to-end-of-line. > > I cannot find the C99 standard. But it looks like '//' was introduced > as comment-to-end-of-line in ISO 9899-1999 (aka. C99). So only if you > see K&R as the One True Authority the above is true. Well, existing compilers tend to be slow to implement new standards such as C99.... So for my purposes, "standard C" is "ANSI C" i.e. "K&R 2nd ed.". YMMV. Cheers, Philip