mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 06:00:35 +03:00
12 lines
224 B
D
12 lines
224 B
D
|
|
/**
|
|
* C's <stddef.h>
|
|
* Authors: Walter Bright, Digital Mars, http://www.digitalmars.com
|
|
* License: Public Domain
|
|
* Macros:
|
|
* WIKI=Phobos/StdCStddef
|
|
*/
|
|
|
|
module std.c.stddef;
|
|
|
|
public import core.stdc.stddef;
|