phobos/std/c/stdio.d

17 lines
471 B
D

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