fix 2<sup>e</sup> in c99 bitwise shift
[c-standard] / README
1 the c standard working draft documents are only
2 available in a hard to handle pdf format
3 http://www.open-std.org/jtc1/sc22/wg14/www/documents
4
5 this project provides plain text and html versions
6 of the c99 and the c1x standards
7
8 the conversion is done using pdftotext and some
9 automated as well as manual cleanups
10
11 n????.txt:
12         ascii version
13 n????.pre.html:
14         html version with links but without formatting (original layout)
15         best viewed in a 120 char wide terminal and text based browser
16 n????.html:
17         html version with formatted text (partly manually done)
18
19 unfortunately some information is lost/garbled
20 (eg. emphasized and bold text, mathematical notations around
21 floating point specs, and diff marks wrt previous standards)