nulib.c.stddef

D header file for C99.

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

Members

Aliases

nullptr_t
alias nullptr_t = typeof(null)
wchar_t
alias wchar_t = wchar
wchar_t
alias wchar_t = dchar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wchar_t
alias wchar_t = dchar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wchar_t
alias wchar_t = wchar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

Standards

ISO/IEC 9899:1999 (E)

Authors

Sean Kelly