Category:C standard library: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "The 'C standard library' is a collection of functions, macros, and typedefs, etc., for common tasks such as I/O, string handling, math, memory management, etc. This library i...")
 
(Added library template)
 
Line 1: Line 1:
{{library}}
The 'C standard library' is a collection of functions, macros, and typedefs, etc., for common tasks such as I/O, string handling, math, memory management, etc. This library is specified in the language standard, and is used by all but the most trivial or deeply embedded C programs.
The 'C standard library' is a collection of functions, macros, and typedefs, etc., for common tasks such as I/O, string handling, math, memory management, etc. This library is specified in the language standard, and is used by all but the most trivial or deeply embedded C programs.

Latest revision as of 19:35, 3 February 2021

Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

The 'C standard library' is a collection of functions, macros, and typedefs, etc., for common tasks such as I/O, string handling, math, memory management, etc. This library is specified in the language standard, and is used by all but the most trivial or deeply embedded C programs.

Pages in category "C standard library"

This category contains only the following page.