X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Ffenv.c;fp=functions%2Ffenv.c;h=0000000000000000000000000000000000000000;hb=94cec7268060142c361c882c0a54d4b0052a591c;hp=592bee29853d39a3390c8341318a74e766af1c7b;hpb=c8f799d852e3698468a78954d82588e841cc0b70;p=pdclib.old diff --git a/functions/fenv.c b/functions/fenv.c deleted file mode 100644 index 592bee2..0000000 --- a/functions/fenv.c +++ /dev/null @@ -1,20 +0,0 @@ -/* ---------------------------------------------------------------------------- - * $Id$ - * ---------------------------------------------------------------------------- - * Public Domain C Library - http://pdclib.sourceforge.net - * This code is Public Domain. Use, modify, and redistribute at will. - * --------------------------------------------------------------------------*/ - -int feclearexcept( int exceptions ) { /* TODO */ }; -int fegetexceptflag( fexcept_t * flags, int exceptions ) { /* TODO */ }; -int feraiseexcept( int exceptions ) { /* TODO */ }; -int fesetexceptflag( const fexcept_t * flags, int exceptions ) { /* TODO */ }; -int fetestexcept( int exceptions ) { /* TODO */ }; - -int fegetround( void ) { /* TODO */ }; -int fesetround( int mode ) { /* TODO */ }; - -int fegetenv( fenv_t * environment ) { /* TODO */ }; -int feholdexcept( fenv_t * environment ) { /* TODO */ }; -int fesetenv( const fenv_t * environment ) { /* TODO */ }; -int feupdateenv( const fenv_t * environment ) { /* TODO */ };