C standard library: Difference between revisions

Content deleted Content added
Updated to cover the 1999 C language standard. Still needs more work.
BL~enwiki (talk | contribs)
=ANSI C library header files=
Line 32:
''' <complex.h>''': A set of functions for manipulating [[complex number]]s. (New with '''C99''')
 
''' <[[ctype.h]]>''': This header file contains functions used to classify characters by their types or to convert between upper and lower case in a way that is independent of the used [[character set]] (typically [[ASCII]], although implementations utilizing [[EBCDIC]] are also known).
 
''' <errno.h>''': For testing error codes reported by library functions.
Line 75:
 
''' <wctype.h>''': For classifying wide characters. (New with '''NA1''')
 
 
== External link ==