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