Category:C standard library

From Rosetta Code
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.