// @@@DEPRECATED_2017-06@@@ /** * $(RED Deprecated. Use $(D core.stdc.stddef) instead. This module will be * removed in June 2017.) * * C's <stddef.h> * Authors: Walter Bright, Digital Mars, http://www.digitalmars.com * License: Public Domain * Macros: * WIKI=Phobos/StdCStddef */ deprecated("Import core.stdc.stddef instead") module std.c.stddef; public import core.stdc.stddef;