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

14 lines
356 B
D

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