Standard C Library Reference

CrossWorks C provides a library that conforms to the ANSI and ISO standards for C.

In this section
assert.h
Describes the diagnostic facilities which you can build into your application.
ctype.h
Describes the character classification and manipulation functions.
errno.h
Describes the macros and error values returned by the C library.
limits.h
Describes the macros that define the extreme values of underlying C types.
math.h
Describes the mathematical functions provided by the C library.
setjmp.h
Describes the non-local goto capabilities of the C library.
stdarg.h
Describes the way in which variable parameter lists are accessed.
stdio.h
Describes the formatted input and output functions.
stdlib.h
Describes the general utility functions provided by the C library.
string.h
Describes the string handling functions provided by the C library.