| UNISTD(3) | Library Functions Manual | UNISTD(3) |
unistd — standard
symbolic constants and types
#include
<unistd.h>
The <unistd.h>
header forms the basis of the Portable Operating System Interface for Unix
(POSIX) API. It includes definitions for numerous functions, symbolic
constants, and types. Among these are:
NULL pointer
constant._POSIX_VERSION that defines
the version of the POSIX standard to which the implementation
conforms._POSIX -prefixed symbolic constants
that indicate whether the system implements some optional part of the
standard. Examples include such constants as
_POSIX_IPV6 for
inet6(4) functionality and
_POSIX_ASYNCHRONOUS_IO for
aio(3).The <unistd.h>
header conforms to IEEE Std 1003.1-2001
(“POSIX.1”).
| August 9, 2011 | NetBSD 11.0 |