readme
[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 -layout
9 with some cleanups, see translit.sh and tohtml.sh
10 scripts
11
12 the html version is best viewed in a 120 char wide
13 terminal with terminal based browser
14 (original text layout is used, structuring the text
15 properly would take considerable amount of effort)
16
17 features:
18  internal links
19  one page, easy to grep ascii only text
20
21 unfortunately some information is lost/garbled
22 (most notably mathematical notations around
23 floating point specs, and diff marks wrt previous
24 standards)