Difference between revisions of "c/links"
From cppreference.com
< c
m (new C2x draft) |
|||
Line 8: | Line 8: | ||
**[http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf n1570.pdf] - C11 final working draft | **[http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf n1570.pdf] - C11 final working draft | ||
**[https://web.archive.org/web/20181230041359if_/http://www.open-std.org/jtc1/sc22/wg14/www/abq/c17_updated_proposed_fdis.pdf C17 FDIS] - C17 and C18 final draft | **[https://web.archive.org/web/20181230041359if_/http://www.open-std.org/jtc1/sc22/wg14/www/abq/c17_updated_proposed_fdis.pdf C17 FDIS] - C17 and C18 final draft | ||
− | **[http://www.open-std.org/jtc1/sc22/wg14/www/docs/ | + | **[http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2434.pdf n2434.pdf] - C2x latest working draft |
*[https://groups.google.com/forum/m/?hl=en#!forum/comp.std.c comp.std.c] - Discussion about C language standards. | *[https://groups.google.com/forum/m/?hl=en#!forum/comp.std.c comp.std.c] - Discussion about C language standards. | ||
*[https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html GNU C Manual] - C core language reference as implemented by the GNU C compiler. | *[https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html GNU C Manual] - C core language reference as implemented by the GNU C compiler. |
Revision as of 12:45, 4 October 2019
Contents |
C FAQs
- C FAQ - Answers to the frequently asked questions from the Usenet newsgroup comp.lang.c
C Language and library references
- JTC1/SC22/WG14 - the C Standards Committee, includes draft C language standards, proposals, and defect reports
- comp.std.c - Discussion about C language standards.
- GNU C Manual - C core language reference as implemented by the GNU C compiler.
C ABIs
- System V ABI for x86-64, Intel386, and IA MCU architectures
- Windows x64 ABI
- PowerPC EABI for 32-bit embedded processors
- PowerOpen ABI for older PowerPC platforms
- ARM ABI for ARM architecture
Related standards
- POSIX.1-2008 - The operating system API of the Unix-compatible systems
- Linux man pages - the Linux OS API documentation
Open-source implementations
- Standard library implementations
- Compilers
Might be also useful
See also
C++ documentation for External Links
|