diff options
Diffstat (limited to 'src/math/remainder.c')
-rw-r--r-- | src/math/remainder.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/remainder.c b/src/math/remainder.c index c4c360ca..1f8942d0 100644 --- a/src/math/remainder.c +++ b/src/math/remainder.c @@ -1,3 +1,5 @@ +#if 0 + #include <math.h> #define TGSOURCE "remainder.c" #include "_tgmath.h" @@ -11,3 +13,6 @@ XOPEN(400) POSIX(200112) LINK(m) */ + + +#endif |