Category:C standard library: Difference between revisions

Added library template
(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:
{{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.
1,606

edits