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