Category:C standard library

From Rosetta Code
Revision as of 00:47, 16 August 2014 by rosettacode>Ziggurat29 (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.