Hello,

I have a simple question, and I can't seem to find an answer to it via Google. I have viewed the comp.lang.c FAQ, and I occasionally find a statement that looks like the following:
Code:
References: K&R1 Sec. 2.2 p. 34; K&R2 Sec. 2.2 p. 36, Sec. A4.2
pp. 195-6, Sec. B11 p. 257; ANSI Sec. 2.2.4.2.1, Sec. 3.1.2.5;
ISO Sec. 5.2.4.2.1, Sec. 6.1.2.5; H&S Secs. 5.1,5.2 pp. 110-114.
What I want to know is where to find the ANSI, K&R1, K&R2, or ISO document(s). I can do searches for "ANSI 2.2.4.2.1", but all I get is a bunch of comp.lang.c FAQ pages. I have found the Rationale with no problem at all. It's just the others. Is it something I can buy, does it even exist online, or is it found in a book?


- Stack Overflow