W3cubDocs

/D

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.

License:
Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)
Authors:
Sean Kelly
Source
core/stdc/stddef.d
Standards:
ISO/IEC 9899:1999 (E)
alias nullptr_t = typeof(null);
alias wchar_t = dchar;

© 1999–2019 The D Language Foundation
Licensed under the Boost License 1.0.
https://dlang.org/phobos/core_stdc_stddef.html