Namespaces
Variants
Views
Actions

Difference between revisions of "c/links"

From cppreference.com
< c
(new C2x draft, n2479)
(Update dead link to Windows x64 ABI documentation)
Line 15: Line 15:
 
===C ABIs===
 
===C ABIs===
 
*[https://github.com/hjl-tools/x86-psABI/wiki/X86-psABI System V ABI] for x86-64, Intel386, and IA MCU architectures
 
*[https://github.com/hjl-tools/x86-psABI/wiki/X86-psABI System V ABI] for x86-64, Intel386, and IA MCU architectures
*[https://docs.microsoft.com/en-us/cpp/build/overview-of-x64-calling-conventions Windows x64 ABI]
+
*[https://docs.microsoft.com/en-us/cpp/build/x64-calling-convention Windows x64 ABI]
 
*[http://www.nxp.com/files/32bit/doc/app_note/PPCEABI.pdf PowerPC EABI] for 32-bit embedded processors
 
*[http://www.nxp.com/files/32bit/doc/app_note/PPCEABI.pdf PowerPC EABI] for 32-bit embedded processors
 
*[ftp://www.sourceware.org/pub/binutils/ppc-docs/ppc-poweropen/ PowerOpen ABI] for older PowerPC platforms
 
*[ftp://www.sourceware.org/pub/binutils/ppc-docs/ppc-poweropen/ PowerOpen ABI] for older PowerPC platforms

Revision as of 04:51, 29 May 2020

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

Related standards

Open-source implementations

  • Standard library implementations
  • Compilers

Might be also useful

See also

C++ documentation for External Links