Query: errno
OS: opensolaris
Section: 3head
Links: opensolaris man pages all man pages forum categories
Format:Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
errno.h(3HEAD) Headers errno.h(3HEAD)NAMEerrno.h, errno - system error numbersSYNOPSIS#include <errno.h>DESCRIPTIONThe <errno.h> header provides a declaration for errno and gives positive values for the symbolic constants listed on the Intro(2) manual page.USAGEValues for errno are required to be distinct positive values rather than non-zero values.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+SEE ALSOIntro(2), attributes(5), standards(5) SunOS 5.11 10 Sep 2004 errno.h(3HEAD)