Library Functions

The functions, variables, types, and preprocessor macros defined by the standard compiler library are summarized in this chapter, listed under the header file which declares them.

Note that where use of the printf() function is made in example code, this assumes that the putch() function has been defined to suit the peripheral representing the stdout stream. Initialization of that peripheral must also be performed before you attempt to print.