Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML version of C standard draft (n1256.pdf)?

Tags:

c

pdf

standards

Is there an HTML version of n1256.pdf (ISO C99+TC3), or a recommended way to convert it to html or another less-painful format for browsing? All of the pdf converters I've tried have given very poor results, especially in failing to convert the "fi" ligatures to something more easily searchable, but also just with respect to basic formatting.

Here is the original for reference:

http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf

like image 931
R.. GitHub STOP HELPING ICE Avatar asked Feb 03 '11 06:02

R.. GitHub STOP HELPING ICE


2 Answers

It seems to be the last draft prior to standardization, rather than C99+TC3, but here's an excellent copy:

http://busybox.net/~landley/c99-draft.html

Edit: And here is C99+TC3: http://port70.net/~nsz/c/c99/n1256.html

And the C11 draft: http://port70.net/~nsz/c/c1x/n1570.html

like image 66
R.. GitHub STOP HELPING ICE Avatar answered Nov 18 '22 09:11

R.. GitHub STOP HELPING ICE


Best match so far: http://c0x.coding-guidelines.com/

This web site contains a modified version of N1256. It includes wording that has been deleted from C99 (i.e., in struck through form) and wording that does used to appear in C99 (i.e., in underlined form).

The formatting is pretty crude, though…

like image 1
Julio Gorgé Avatar answered Nov 18 '22 11:11

Julio Gorgé