cc89

Which most common extensions are there (or used) to ANSI C?


You can put a link to comparison matrix or lists of extensions available to main compilers. If none of this is available, you could write a list of extension you use or like in your favorite compiler.


Solution

  • http://gcc.gnu.org/onlinedocs/gcc/C-Extensions.html#C-Extensions

    http://gcc.gnu.org/c99status.html

    http://publib.boulder.ibm.com/infocenter/comphelp/v8v101/index.jsp?topic=/com.ibm.xlcpp8a.doc/language/ref/gcc_cext.htm

    http://publib.boulder.ibm.com/infocenter/comphelp/v8v101/index.jsp?topic=/com.ibm.xlcpp8a.doc/language/ref/c99_cext.htm