Posted to tcl by ee at Mon May 11 18:34:26 GMT 2009view raw
- Some useful references about C:
- http://www.ungerhu.com/jxh/clc.welcome.txt
- http://C-faq.com/ (C-faq)
- http://benpfaff.org/writings/clc/off-topic.html
- http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1124.pdf (C99+TC1+TC2)
- http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1235.pdf (C99 (TC3))
- http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf (C99+TC1+TC2+TC3)
- http://cbfalconer.home.att.net/download/n869_txt.bz2 (C99, txt)
- http://www.dinkumware.com/refxc.html (C-library}
- http://gcc.gnu.org/onlinedocs/ (GNU docs)
- http://clc-wiki.net/wiki/C_community:comp.lang.c:Introduction