phobos/std/c/stdarg.d
2016-05-27 05:52:23 +02:00

14 lines
375 B
D

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