1
0
This commit is contained in:
dtb 2022-05-31 00:33:57 -04:00
parent 989e63b12e
commit c3e34b885e

View File

@ -48,7 +48,7 @@ This page documents those incompatibilities and relative oddities.
I have never done (and probably never will do) extensive programming in pre-ANSI C. I have never done (and probably never will do) extensive programming in pre-ANSI C.
These incompatibilities were discovered out of Appendix C in <I>The C Programming Language, 2nd ed.</I> but are described further. These incompatibilities were discovered out of Appendix C in <I>The C Programming Language, 2nd ed.</I> but are described further.
</P> </P>
<H2><CODE>8</CODE> and <CODE>9</CODE> as valid octal digits</H2> <H2 ID="octal89"><CODE>8</CODE> and <CODE>9</CODE> as valid octal digits</H2>
<PRE> <PRE>
main() main()
{ {