Standard Functions

This section describes all the standard functions in the ANSI-C library. Each function description contains the subsections listed in the following table.

Table 1. Function Description Subsections
Subsection Description
Syntax Shows the function's prototype and also which header file to include.
Description A description of how to use the function.
Return Describes what the function returns in which case. If the global variable errno is modified by the function, possible values are also described.
See also Contains cross-references to related functions.

The functions listed in this section also include some functions which are not implemented in the Compiler. These unimplemented functions are categorized as: