X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Ffenv.h;fp=includes%2Ffenv.h;h=395e980cf38a6bfcbdceff0c0df6e1cb97766b46;hb=3f035390c831709593428e88bb1c640604434d60;hp=0000000000000000000000000000000000000000;hpb=8844222c1c871f1b4127219008d0baa8975b5226;p=pdclib.old diff --git a/includes/fenv.h b/includes/fenv.h new file mode 100644 index 0000000..395e980 --- /dev/null +++ b/includes/fenv.h @@ -0,0 +1,15 @@ +// ---------------------------------------------------------------------------- +// $Id$ +// ---------------------------------------------------------------------------- +// Public Domain C Library - http://pdclib.sourceforge.net +// This code is Public Domain. Use, modify, and redistribute at will. +// ---------------------------------------------------------------------------- +// TODO +// ---------------------------------------------------------------------------- + +#ifndef __FENV_H +#define __FENV_H __FENV_H + +// TODO + +#endif // __FENV_H