nulib.c.errno

D header file for C99.

This module contains bindings to selected types and functions from the standard C header <_errno.h>. Note that this is not automatically generated, and may omit some types/functions from the original C header.

Members

Aliases

errno
alias errno = _errno
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
errno
alias errno = __errno_location
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
errno
alias errno = __errno_location
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
errno
alias errno = __errno
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
errno
alias errno = __errno
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
errno
alias errno = __errno
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
errno
alias errno = __error
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
errno
alias errno = __error
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
errno
alias errno = __errno
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
errno
alias errno = __errno_location
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
errno
alias errno = __error
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
errno
alias errno = _errnop
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
errno
alias errno = ___errno
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

___errno
int ___errno()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__errno
int __errno()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__errno
int __errno()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__errno
int __errno()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__errno
int __errno()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__errno_location
int __errno_location()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__errno_location
int __errno_location()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__errno_location
int __errno_location()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__error
int __error()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__error
int __error()
Undocumented in source. Be warned that the author may not have intended to support it.
__error
int __error()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_errno
int _errno()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_errnop
int _errnop()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

__errno
int __errno;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)

Standards

ISO/IEC 9899:1999 (E)

Authors

Sean Kelly, Alex Rønne Petersen