Posted to tcl by ee at Mon May 11 18:34:26 GMT 2009view raw

  1. Some useful references about C:
  2. http://www.ungerhu.com/jxh/clc.welcome.txt
  3. http://C-faq.com/ (C-faq)
  4. http://benpfaff.org/writings/clc/off-topic.html
  5. http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1124.pdf (C99+TC1+TC2)
  6. http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1235.pdf (C99 (TC3))
  7. http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf (C99+TC1+TC2+TC3)
  8. http://cbfalconer.home.att.net/download/n869_txt.bz2 (C99, txt)
  9. http://www.dinkumware.com/refxc.html (C-library}
  10. http://gcc.gnu.org/onlinedocs/ (GNU docs)
  11. http://clc-wiki.net/wiki/C_community:comp.lang.c:Introduction