Library Functions

This chapter describes the standard C/C++ library functions and the ILE C/C++ extensions to the library functions, except for the ILE C/C++ MI functions. See the ILE C/C++ for AS/400 MI Library Reference for more information about the MI functions.

Each library function that is listed in this section contains:

This example shows the format of the log() function:

   #include <math.h>
   double log(double x);

The example shows that:

Examples throughout the section illustrate the use of library functions and are not necessarily complete.

This chapter lists the library functions in alphabetic order. If you are unsure of the function you want to use, see the summary of the library functions in The C/C++ Library.

Note:
All functions are considered threadsafe unless noted otherwise.


[ Top of Page | Previous Page | Next Page | Contents | Index ]