// @@@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;