Namespaces
Variants
Views
Actions

Difference between revisions of "c/links"

From cppreference.com
< c
(oh, ARM moved ABI to github)
m (See also: moved here the c/links/libs)
Line 36: Line 36:
  
 
===Might be also useful===
 
===Might be also useful===
* [[c/links/libs | List of C libraries]]
+
{{todo}}
  
 
===See also===
 
===See also===
 +
* [[c/links/libs | List of C libraries]]
 
{{dsc begin}}
 
{{dsc begin}}
 
{{dsc see cpp | cpp/links | External Links | nomono=true}}
 
{{dsc see cpp | cpp/links | External Links | nomono=true}}

Revision as of 03:25, 17 June 2022

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