core.stdc.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
wchar_t
alias wchar_t = dchar

Meta

License

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

Standards

ISO/IEC 9899:1999 (E)

Authors

Sean Kelly