Search code examples
cpdfstandards

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


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


Solution

  • 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