The <errno.h> include file defines macros that are set to the errno variable. The <errno.h> include file defines macros for values that are used for error reporting in the C library functions and defines the macro errno. An integer value can be assigned to errno, and its value can be tested during run time. See "Checking the Errno Value" in the WebSphere Development Studio: ILE C/C++ Programmer's Guide for information about displaying the current errno value.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.